]> git.pld-linux.org Git - packages/glibc.git/blob - glibc-Os-fail-workaround.patch
- rel 9; use official tarball
[packages/glibc.git] / glibc-Os-fail-workaround.patch
1 --- glibc-2.13/sysdeps/unix/sysv/linux/faccessat.c~     2011-02-06 19:53:12.355202896 +0100
2 +++ glibc-2.13/sysdeps/unix/sysv/linux/faccessat.c      2011-02-06 19:53:14.418536233 +0100
3 @@ -17,6 +17,11 @@
4     Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
5     02111-1307 USA.  */
6  
7 +#ifndef __USE_EXTERN_INLINES
8 +# define __USE_EXTERN_INLINES
9 +# include <sys/stat.h>
10 +# undef __USE_EXTERN_INLINES
11 +#endif
12  #include <errno.h>
13  #include <fcntl.h>
14  #include <stddef.h>
This page took 0.046705 seconds and 3 git commands to generate.