From: Ulrich Drepper Date: Sun, 4 Mar 2001 19:19:44 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_2_3~318 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=73807ef933b5444bfed021987b6a2d18faead551;p=glibc.git Update. 2001-03-04 Ulrich Drepper * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Fix typo in last change. --- diff --git a/ChangeLog b/ChangeLog index 4d28a4891e..273aadc21a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-03-04 Ulrich Drepper + + * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Fix typo in last change. + 2001-03-04 Andreas Jaeger * resolv/tst-aton.c: Add testcase for IP with four periods. diff --git a/sysdeps/unix/sysv/linux/ia64/bits/siginfo.h b/sysdeps/unix/sysv/linux/ia64/bits/siginfo.h index 5f5ee0033f..caab7215aa 100644 --- a/sysdeps/unix/sysv/linux/ia64/bits/siginfo.h +++ b/sysdeps/unix/sysv/linux/ia64/bits/siginfo.h @@ -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. */