aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic/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/generic/sysdep.h
parent7071ad79db0886c0f17946feea71439400c706a9 (diff)
downloadglibc-965a54a4eecc6cf5c53718f07290171f744c4d6c.zip
glibc-965a54a4eecc6cf5c53718f07290171f744c4d6c.tar.gz
glibc-965a54a4eecc6cf5c53718f07290171f744c4d6c.tar.bz2
Remove __STDC__ conditionals from non-installed headers.
Diffstat (limited to 'sysdeps/generic/sysdep.h')
-rw-r--r--sysdeps/generic/sysdep.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/sysdeps/generic/sysdep.h b/sysdeps/generic/sysdep.h
index d1fec54..c844aad 100644
--- a/sysdeps/generic/sysdep.h
+++ b/sysdeps/generic/sysdep.h
@@ -21,11 +21,7 @@
#ifndef C_LABEL
/* Define a macro we can use to construct the asm name for a C symbol. */
-# ifdef __STDC__
-# define C_LABEL(name) name##:
-# else
-# define C_LABEL(name) name/**/:
-# endif
+# define C_LABEL(name) name##:
#endif