]> git.pld-linux.org Git - packages/glibc.git/blame - glibc-Os-fail-workaround.patch
- added {country,lang}_name for zh_SG
[packages/glibc.git] / glibc-Os-fail-workaround.patch
CommitLineData
13035e5d 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.030059 seconds and 4 git commands to generate.