From 9d7a9d2ef6298b0d3680dc86c76af79da04c2199 Mon Sep 17 00:00:00 2001 From: Carmelo Amoroso Date: Thu, 25 Sep 2008 06:38:21 +0000 Subject: Add globally __stringify macro in libc-symbols.h. Remove all other duplicated definitions. Signed-off-by: Carmelo Amoroso --- libpthread/linuxthreads/sysdeps/pthread/uClibc-glue.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libpthread/linuxthreads') diff --git a/libpthread/linuxthreads/sysdeps/pthread/uClibc-glue.h b/libpthread/linuxthreads/sysdeps/pthread/uClibc-glue.h index 92619e5b4..e5c577ffb 100644 --- a/libpthread/linuxthreads/sysdeps/pthread/uClibc-glue.h +++ b/libpthread/linuxthreads/sysdeps/pthread/uClibc-glue.h @@ -42,8 +42,6 @@ extern int __cxa_atexit (void (*func) (void *), void *arg, void *d); /* Use a funky version in a probably vein attempt at preventing gdb * from dlopen()'ing glibc's libthread_db library... */ -#define STRINGIFY(s) STRINGIFY2 (s) -#define STRINGIFY2(s) #s -#define VERSION STRINGIFY(__UCLIBC_MAJOR__) "." STRINGIFY(__UCLIBC_MINOR__) "." STRINGIFY(__UCLIBC_SUBLEVEL__) +#define VERSION __stringify(__UCLIBC_MAJOR__) "." __stringify(__UCLIBC_MINOR__) "." __stringify(__UCLIBC_SUBLEVEL__) #endif -- cgit v1.2.3