From 5d5338562efa4c5e32c7fe1b64bc351f7e5e464d Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 2 Feb 2018 02:25:10 +0000 Subject: add libc version compatibility --- libpthread/nptl/sysdeps/pthread/uClibc-glue.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libpthread/nptl') diff --git a/libpthread/nptl/sysdeps/pthread/uClibc-glue.h b/libpthread/nptl/sysdeps/pthread/uClibc-glue.h index 46f8f878c..5f246dd3e 100644 --- a/libpthread/nptl/sysdeps/pthread/uClibc-glue.h +++ b/libpthread/nptl/sysdeps/pthread/uClibc-glue.h @@ -39,8 +39,4 @@ extern int __cxa_atexit (void (*func) (void *), void *arg, void *d); # define __uselocale(x) ((void)0) #endif -/* Use a funky version in a probably vein attempt at preventing gdb - * from dlopen()'ing glibc's libthread_db library... */ -#define VERSION __stringify(__UCLIBC_MAJOR__) "." __stringify(__UCLIBC_MINOR__) "." __stringify(__UCLIBC_SUBLEVEL__) - #endif -- cgit v1.2.3