mirror of git://sourceware.org/git/glibc.git
Update.
2001-03-04 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Fix typo in last change.
This commit is contained in:
parent
07f951e40b
commit
73807ef933
|
@ -1,3 +1,7 @@
|
|||
2001-03-04 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Fix typo in last change.
|
||||
|
||||
2001-03-04 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* resolv/tst-aton.c: Add testcase for IP with four periods.
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
#if (!defined __have_sigval_t \
|
||||
&& (defined _SIGNAL_H || defined __need_siginfo_t \
|
||||
|| defined __need_sigval_t))
|
||||
|| defined __need_sigevent_t))
|
||||
# define __have_sigval_t 1
|
||||
|
||||
/* Type for data associated with a signal. */
|
||||
|
|
Loading…
Reference in New Issue