1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00
2002-08-23  Ulrich Drepper  <drepper@redhat.com>

	* pthread.c (__linuxthreads_version): New global constant.
This commit is contained in:
Ulrich Drepper
2002-08-24 03:35:35 +00:00
parent 27692f8966
commit 069125e53a
7 changed files with 35 additions and 2 deletions

View File

@ -24,6 +24,7 @@ enum
LINUXTHREADS_DEATH_EVENT,
LINUXTHREADS_REAP_EVENT,
LINUXTHREADS_INITIAL_REPORT_EVENTS,
LINUXTHREADS_VERSION,
NUM_MESSAGES
};