From 9584b4e582b293ead79d8bb0ff85c1ef12a888d9 Mon Sep 17 00:00:00 2001 From: Carmelo Amoroso Date: Mon, 17 Nov 2008 09:45:29 +0000 Subject: Synch with trunk @ 24071. Step 1 linuxthreads - linuxthreads_db - linuxthread.old - linuxthreads.old_db --- libpthread/linuxthreads/sysdeps/pthread/uClibc-glue.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libpthread/linuxthreads/sysdeps/pthread/uClibc-glue.h') 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