summaryrefslogtreecommitdiff
path: root/libpthread/nptl
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2018-02-02 02:25:10 +0000
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2018-02-03 19:29:56 +0000
commit5d5338562efa4c5e32c7fe1b64bc351f7e5e464d (patch)
tree8d7356db62f50f4d9d53cbdba271f1ade518f8bd /libpthread/nptl
parent7cc754bc93eafa78695ec03bb0e4e8256d52c76d (diff)
add libc version compatibility
Diffstat (limited to 'libpthread/nptl')
-rw-r--r--libpthread/nptl/sysdeps/pthread/uClibc-glue.h4
1 files changed, 0 insertions, 4 deletions
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