summaryrefslogtreecommitdiff
path: root/libc/io
diff options
context:
space:
mode:
authorsandra <sandra@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2007-11-29 23:12:52 +0000
committersandra <sandra@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2007-11-29 23:12:52 +0000
commit46f07cafeac28e15eac418137c803dfbbd99caf8 (patch)
tree6f4b9fc50e0ad786ca4351332a8d24c7499025fb /libc/io
parentfa5ed3018f449fc3ba14f33bb3eb637a4f9b3c9b (diff)
2007-11-29 Sandra Loosemore <sandra@codesourcery.com>
Allow building EGLIBC with -Os. * include/features.h (__USE_EXTERN_INLINES_IN_LIBC): New. * io/sys/stat.h: Use it instead of __USE_EXTERN_INLINES. git-svn-id: svn://svn.eglibc.org/trunk@4355 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/io')
-rw-r--r--libc/io/sys/stat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/io/sys/stat.h b/libc/io/sys/stat.h
index 364c43f8f..dafa1c9cc 100644
--- a/libc/io/sys/stat.h
+++ b/libc/io/sys/stat.h
@@ -444,7 +444,7 @@ extern int __xmknodat (int __ver, int __fd, __const char *__path,
__mode_t __mode, __dev_t *__dev)
__THROW __nonnull ((3, 5));
-#if defined __GNUC__ && __GNUC__ >= 2 && defined __USE_EXTERN_INLINES
+#if defined __GNUC__ && __GNUC__ >= 2 && defined __USE_EXTERN_INLINES_IN_LIBC
/* Inlined versions of the real stat and mknod functions. */
__extern_inline int