Update.
2002-03-23 Andreas Jaeger <aj@suse.de> * signal/signal.h: Fix typo. Patch by Steve Kemp <skx@tardis.ed.ac.uk>.
This commit is contained in:
parent
0f8a3e9555
commit
7bae44c46f
@ -1,3 +1,8 @@
|
|||||||
|
2002-03-23 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
|
* signal/signal.h: Fix typo. Patch by Steve Kemp
|
||||||
|
<skx@tardis.ed.ac.uk>.
|
||||||
|
|
||||||
2002-03-22 Andreas Jaeger <aj@suse.de>
|
2002-03-22 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add getresgid and
|
* sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add getresgid and
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* Copyright (C) 1991-1999, 2000, 2001 Free Software Foundation, Inc.
|
/* Copyright (C) 1991-1999, 2000, 2001, 2002 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -257,7 +257,7 @@ extern int sigwaitinfo (__const sigset_t *__restrict __set,
|
|||||||
siginfo_t *__restrict __info) __THROW;
|
siginfo_t *__restrict __info) __THROW;
|
||||||
|
|
||||||
/* Select any of pending signals from SET and place information in INFO.
|
/* Select any of pending signals from SET and place information in INFO.
|
||||||
Wait the imte specified by TIMEOUT if no signal is pending. */
|
Wait the time specified by TIMEOUT if no signal is pending. */
|
||||||
extern int sigtimedwait (__const sigset_t *__restrict __set,
|
extern int sigtimedwait (__const sigset_t *__restrict __set,
|
||||||
siginfo_t *__restrict __info,
|
siginfo_t *__restrict __info,
|
||||||
__const struct timespec *__restrict __timeout)
|
__const struct timespec *__restrict __timeout)
|
||||||
|
Loading…
Reference in New Issue
Block a user