summaryrefslogtreecommitdiff
path: root/libio
diff options
context:
space:
mode:
authorMarek Polacek <polacek@redhat.com>2012-02-09 17:09:55 +0100
committerMarek Polacek <polacek@redhat.com>2012-02-09 17:09:55 +0100
commit6b73181ac519270393b60375271821ae1ddaacb7 (patch)
tree8a3ee5aafdc043f9396aef3cddcf1802ddb5fcbd /libio
parent6c6dbc63008e49876c1ed124764ff312138091d7 (diff)
Remove _G_HAVE_SYS_CDEFS.
Diffstat (limited to 'libio')
-rw-r--r--libio/libio.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/libio/libio.h b/libio/libio.h
index c37211f8ec..c9a2fcf040 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