]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 4 Aug 1998 15:06:28 +0000 (15:06 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 4 Aug 1998 15:06:28 +0000 (15:06 +0000)
1998-08-04  Ulrich Drepper  <drepper@cygnus.com>

* sysdeps/unix/sysv/linux/bits/sigthread.h: Use __sigset_t instead
of sigset_t.

linuxthreads/ChangeLog
linuxthreads/sysdeps/unix/sysv/linux/bits/sigthread.h

index 47d8417a18658b9a605ef4336d2daef0f74aceda..26a87cb2c3c6293eed70e2e4cfd21c33b139626a 100644 (file)
@@ -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
index e3aa7178bf89c0ecad577387b8cba1144a4c2b04..7bd09744098179ca5fa4d828d3c8bdd9119784b8 100644 (file)
@@ -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));
This page took 0.047973 seconds and 5 git commands to generate.