Commit 613698c0 by Bruce Korb

check in required changes for base/sys/sysmacros.h

From-SVN: r121636
parent 9be75e44
...@@ -2,11 +2,11 @@ ...@@ -2,11 +2,11 @@
* *
* DO NOT EDIT THIS FILE (fixincl.x) * DO NOT EDIT THIS FILE (fixincl.x)
* *
* It has been AutoGen-ed Monday February 5, 2007 at 05:33:02 PM CET * It has been AutoGen-ed Monday February 5, 2007 at 05:19:14 PM PST
* From the definitions inclhack.def * From the definitions inclhack.def
* and the template file fixincl * and the template file fixincl
*/ */
/* DO NOT SVN-MERGE THIS FILE, EITHER Mon Feb 5 17:33:02 CET 2007 /* DO NOT SVN-MERGE THIS FILE, EITHER Mon Feb 5 17:19:14 PST 2007
* *
* You must regenerate it. Use the ./genfixes script. * You must regenerate it. Use the ./genfixes script.
* *
......
...@@ -1375,6 +1375,7 @@ fix = { ...@@ -1375,6 +1375,7 @@ fix = {
test_text = <<-EOT test_text = <<-EOT
__extension__ extern __inline unsigned int __extension__ extern __inline unsigned int
__extension__ __extern_inline unsigned int __extension__ __extern_inline unsigned int
extern __inline unsigned int
EOT; EOT;
}; };
......
...@@ -11,9 +11,14 @@ ...@@ -11,9 +11,14 @@
#if defined( GLIBC_C99_INLINE_4_CHECK ) #if defined( GLIBC_C99_INLINE_4_CHECK )
__extension__ __extension__
#if __STDC_VERSION__ < 19901L #if __STDC_VERSION__ < 199901L
extern extern
#endif #endif
__inline unsigned int __inline unsigned int
__extension__ __extern_inline unsigned int __extension__ __extern_inline unsigned int
#if __STDC_VERSION__ < 199901L
extern
#endif
__inline unsigned int
#endif /* GLIBC_C99_INLINE_4_CHECK */ #endif /* GLIBC_C99_INLINE_4_CHECK */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment