From 069125e53a03f46341754a9458d9ff9d0d119241 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 24 Aug 2002 03:35:35 +0000 Subject: Update. 2002-08-23 Ulrich Drepper * pthread.c (__linuxthreads_version): New global constant. --- linuxthreads/ChangeLog | 4 ++++ linuxthreads/pthread.c | 3 +++ 2 files changed, 7 insertions(+) (limited to 'linuxthreads') diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 728eaf8966..814dba02b3 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,7 @@ +2002-08-23 Ulrich Drepper + + * pthread.c (__linuxthreads_version): New global constant. + 2002-08-23 Andreas Jaeger * sysdeps/x86_64/pt-machine.h: Use %fs instead of %gs 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 #include #include /* for __uselocale */ +#include /* 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); -- cgit v1.2.3