mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 03:10:05 +00:00
Update.
1999-04-15 Scott Bambrough <scottb@netwinder.org> * sysdeps/unix/sysv/linux/arm/sigaction.c: Fix typo in preventing compilation of file.
This commit is contained in:
parent
f8afba91cf
commit
46a4682dcd
@ -1,3 +1,8 @@
|
||||
1999-04-15 Scott Bambrough <scottb@netwinder.org>
|
||||
|
||||
* sysdeps/unix/sysv/linux/arm/sigaction.c: Fix typo in preventing
|
||||
compilation of file.
|
||||
|
||||
1999-04-15 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* Versions.def: Add GLIBC_2.1.1 to libpthread.
|
||||
|
@ -1,3 +1,23 @@
|
||||
1999-04-15 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* sysdeps/alpha/bits/semaphore.h: Removed.
|
||||
* sysdeps/powerpc/bits/semaphore.h: Removed.
|
||||
* sysdeps/pthread/cmpxchg/bits/semaphore.h: Removed.
|
||||
* sysdeps/pthread/no-cmpxchg/bits/semaphore.h: Removed.
|
||||
* Makefile (headers): Remove bits/semaphore.h.
|
||||
|
||||
* semaphore.h: Define _pthread_descr if necessary.
|
||||
Don't include limits.h. Define SEM_VALUE_MAX directly.
|
||||
Define SEM_FAILED.
|
||||
(sem_t): Protect element names with leading __.
|
||||
Add declarations for sem_close, sem_open, and sem_unlink.
|
||||
* semaphore.c: Adjust all functions for new element names.
|
||||
Define sem_close, sem_open, and sem_unlink.
|
||||
* Versions (libthread): Add sem_close, sem_open, and sem_unlink for
|
||||
GLIBC_2.1.1.
|
||||
* sysdeps/pthread/bits/pthreadtypes.h: Define _pthread_descr only if
|
||||
necessary.
|
||||
|
||||
1999-03-16 H.J. Lu <hjl@gnu.org>
|
||||
|
||||
* specific.c (pthread_key_delete): Check th->p_terminated to see
|
||||
|
@ -49,7 +49,7 @@ extern void __default_rt_sa_restorer(void);
|
||||
: __default_sa_restorer
|
||||
#else
|
||||
#define choose_restorer(flags) \
|
||||
&&__default_sa_restorer
|
||||
__default_sa_restorer
|
||||
#endif
|
||||
|
||||
/* If ACT is not NULL, change the action for SIG to *ACT.
|
||||
|
Loading…
Reference in New Issue
Block a user