mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-27 11:43:34 +08:00
Update.
1998-08-04 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/bits/sigthread.h: Use __sigset_t instead of sigset_t.
This commit is contained in:
parent
7cabd57c0d
commit
d358336fe7
@ -1,3 +1,8 @@
|
||||
1998-08-04 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/bits/sigthread.h: Use __sigset_t instead
|
||||
of sigset_t.
|
||||
|
||||
1998-08-02 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
|
||||
|
||||
* Makefile (linuxthreads-version): Extract correct number from
|
||||
|
@ -25,8 +25,8 @@
|
||||
|
||||
/* Modify the signal mask for the calling thread. The arguments have
|
||||
the same meaning as for sigprocmask(2). */
|
||||
extern int pthread_sigmask __P ((int __how, __const sigset_t *__newmask,
|
||||
sigset_t *__oldmask));
|
||||
extern int pthread_sigmask __P ((int __how, __const __sigset_t *__newmask,
|
||||
__sigset_t *__oldmask));
|
||||
|
||||
/* Send signal SIGNO to the given thread. */
|
||||
extern int pthread_kill __P ((pthread_t __thread, int __signo));
|
||||
|
Loading…
Reference in New Issue
Block a user