diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-03-04 19:19:44 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-03-04 19:19:44 +0000 |
commit | 73807ef933b5444bfed021987b6a2d18faead551 (patch) | |
tree | 6e60381c8fdb5ad60256bb90197d2e96026d36d9 /sysdeps/unix | |
parent | 07f951e40b635b0636a682db20862c2a8574cbec (diff) | |
download | glibc-73807ef933b5444bfed021987b6a2d18faead551.tar.gz glibc-73807ef933b5444bfed021987b6a2d18faead551.tar.xz glibc-73807ef933b5444bfed021987b6a2d18faead551.zip |
Update.
2001-03-04 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Fix typo in last change.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/ia64/bits/siginfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |