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:
Ulrich Drepper 2001-03-04 19:19:44 +00:00
parent 07f951e40b
commit 73807ef933
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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. */