mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 14:00:30 +00:00
Update.
* conform/data/pthread.h-data: Correct return type of pthread_exit.
This commit is contained in:
parent
140ec5106e
commit
38447cbe4e
@ -1,5 +1,7 @@
|
||||
2001-01-28 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* conform/data/pthread.h-data: Correct return type of pthread_exit.
|
||||
|
||||
* conform/conformtest.pl: Add -fno-builtin to CFLAGS.
|
||||
|
||||
* conform/data/stdlib.h-data: Add _Exit.
|
||||
|
@ -89,7 +89,7 @@ function int pthread_condattr_setpshared (pthread_condattr_t*, int)
|
||||
function int pthread_create (pthread_t*, const pthread_attr_t*, void *(*) (void*), void*)
|
||||
function int pthread_detach (pthread_t)
|
||||
function int pthread_equal (pthread_t, pthread_t)
|
||||
function int pthread_exit (void*)
|
||||
function void pthread_exit (void*)
|
||||
# ifndef POSIX
|
||||
function int pthread_getconcurrency (void)
|
||||
# endif
|
||||
|
Loading…
Reference in New Issue
Block a user