summaryrefslogtreecommitdiff
path: root/include/sys/cdefs.h
diff options
context:
space:
mode:
authorMiles Bader <miles@lsi.nec.co.jp>2002-07-24 02:16:28 +0000
committerMiles Bader <miles@lsi.nec.co.jp>2002-07-24 02:16:28 +0000
commit425e565ddd415959fe34b53fc98963a6e627a29b (patch)
treeec4ecd81a35007603fca96a36a7d9210d6b144d4 /include/sys/cdefs.h
parent83cef9f931bcd2030f42079c332525e1e73ab6aa (diff)
(__ASMNAME): Use C_SYMBOL_PREFIX.
(__ASMNAME2): Macro removed.
Diffstat (limited to 'include/sys/cdefs.h')
-rw-r--r--include/sys/cdefs.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/sys/cdefs.h b/include/sys/cdefs.h
index 02454ee4d..e1d732529 100644
--- a/include/sys/cdefs.h
+++ b/include/sys/cdefs.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992,93,94,95,96,97,98,99,2000,2001 Free Software Foundation, Inc.
+/* Copyright (C) 1992,93,94,95,96,97,98,99,2000,2001,2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -124,8 +124,7 @@
#if defined __GNUC__ && __GNUC__ >= 2
# define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
-# define __ASMNAME(cname) __ASMNAME2 (__USER_LABEL_PREFIX__, cname)
-# define __ASMNAME2(prefix, cname) __STRING (prefix) cname
+# define __ASMNAME(cname) C_SYMBOL_PREFIX cname
/*
#elif __SOME_OTHER_COMPILER__