diff options
author | Marek Polacek <polacek@redhat.com> | 2012-02-09 17:09:55 +0100 |
---|---|---|
committer | Marek Polacek <polacek@redhat.com> | 2012-02-09 17:09:55 +0100 |
commit | 6b73181ac519270393b60375271821ae1ddaacb7 (patch) | |
tree | 8a3ee5aafdc043f9396aef3cddcf1802ddb5fcbd /libio | |
parent | 6c6dbc63008e49876c1ed124764ff312138091d7 (diff) | |
download | glibc-6b73181ac519270393b60375271821ae1ddaacb7.zip glibc-6b73181ac519270393b60375271821ae1ddaacb7.tar.gz glibc-6b73181ac519270393b60375271821ae1ddaacb7.tar.bz2 |
Remove _G_HAVE_SYS_CDEFS.
Diffstat (limited to 'libio')
-rw-r--r-- | libio/libio.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/libio/libio.h b/libio/libio.h index c37211f..c9a2fcf 100644 --- a/libio/libio.h +++ b/libio/libio.h @@ -59,12 +59,7 @@ #endif #ifndef __P -# if _G_HAVE_SYS_CDEFS -# include <sys/cdefs.h> -# else -# define __P(p) p -# define __PMT(p) p -# endif +# include <sys/cdefs.h> #endif /*!__P*/ #define _IO_UNIFIED_JUMPTABLES 1 |