mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
2002-08-23 Ulrich Drepper <drepper@redhat.com> * pthread.c (__linuxthreads_version): New global constant.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2002-08-23 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* pthread.c (__linuxthreads_version): New global constant.
|
||||
|
||||
2002-08-23 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* sysdeps/x86_64/pt-machine.h: Use %fs instead of %gs
|
||||
|
@ -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);
|
||||
|
Reference in New Issue
Block a user