about summary refs log tree commit diff
path: root/linuxthreads/pthread.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-08-24 03:35:35 +0000
committerUlrich Drepper <drepper@redhat.com>2002-08-24 03:35:35 +0000
commit069125e53a03f46341754a9458d9ff9d0d119241 (patch)
tree4bd0452bc3f034cdf080b17dc27cde3b4c8c02f2 /linuxthreads/pthread.c
parent27692f89660541896c591236fea9714e72b5a811 (diff)
downloadglibc-069125e53a03f46341754a9458d9ff9d0d119241.tar.gz
glibc-069125e53a03f46341754a9458d9ff9d0d119241.tar.xz
glibc-069125e53a03f46341754a9458d9ff9d0d119241.zip
Update.
2002-08-23  Ulrich Drepper  <drepper@redhat.com>

	* pthread.c (__linuxthreads_version): New global constant.
Diffstat (limited to 'linuxthreads/pthread.c')
-rw-r--r--linuxthreads/pthread.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/linuxthreads/pthread.c b/linuxthreads/pthread.c
index b0ef7fb1be..1848bfb31d 100644
--- a/linuxthreads/pthread.c
+++ b/linuxthreads/pthread.c
@@ -33,6 +33,7 @@
 #include <ldsodefs.h>
 #include <tls.h>
 #include <locale.h>		/* for __uselocale */
+#include <version.h>
 
 /* Sanity check.  */
 #if __ASSUME_REALTIME_SIGNALS && !defined __SIGRTMIN
@@ -238,6 +239,8 @@ const int __linuxthreads_pthread_sizeof_descr
 
 const int __linuxthreads_initial_report_events;
 
+const char __linuxthreads_version[] = VERSION;
+
 /* Forward declarations */
 
 static void pthread_onexit_process(int retcode, void *arg);