about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-01-26 23:31:37 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-01-26 23:31:37 +0000
commit965a54a4eecc6cf5c53718f07290171f744c4d6c (patch)
treed1c7796f9828bc76b907afe6727ed0eb1d94ed4c /sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
parent7071ad79db0886c0f17946feea71439400c706a9 (diff)
downloadglibc-965a54a4eecc6cf5c53718f07290171f744c4d6c.tar.gz
glibc-965a54a4eecc6cf5c53718f07290171f744c4d6c.tar.xz
glibc-965a54a4eecc6cf5c53718f07290171f744c4d6c.zip
Remove __STDC__ conditionals from non-installed headers.
Diffstat (limited to 'sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h')
-rw-r--r--sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h b/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
index e714c4c534..31a077dbf5 100644
--- a/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
+++ b/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006
+/* Copyright (C) 1992,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2012
 	Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
@@ -53,11 +53,7 @@
    of the kernel.  But these symbols do not follow the SYS_* syntax
    so we have to redefine the `SYS_ify' macro here.  */
 #undef SYS_ify
-#ifdef __STDC__
-# define SYS_ify(syscall_name)	__NR_##syscall_name
-#else
-# define SYS_ify(syscall_name)	__NR_/**/syscall_name
-#endif
+#define SYS_ify(syscall_name)	__NR_##syscall_name
 
 #ifdef __ASSEMBLER__