diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-05-06 10:22:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-05-06 10:22:20 +0000 |
commit | 67c2095b5423e09351be1257701a87991aaccde6 (patch) | |
tree | 47e0dc9c727429d9416aae3e5efce17ac5f60235 /sysdeps/unix/sysv/linux | |
parent | e2575a4f40a6bdee0a3bb74769a53135a8e4bd1d (diff) | |
download | glibc-67c2095b5423e09351be1257701a87991aaccde6.tar glibc-67c2095b5423e09351be1257701a87991aaccde6.tar.gz glibc-67c2095b5423e09351be1257701a87991aaccde6.tar.bz2 glibc-67c2095b5423e09351be1257701a87991aaccde6.zip |
Update.
1998-05-06 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/unix/sysv/linux/bits/errno.h: Undefine EILSEQ before
including linux/errno.h.
* sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: New file.
Diffstat (limited to 'sysdeps/unix/sysv/linux')
-rw-r--r-- | sysdeps/unix/sysv/linux/bits/errno.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/bits/errno.h b/sysdeps/unix/sysv/linux/bits/errno.h index 5aed3a38ef..8f701c1b8d 100644 --- a/sysdeps/unix/sysv/linux/bits/errno.h +++ b/sysdeps/unix/sysv/linux/bits/errno.h @@ -20,6 +20,7 @@ #ifdef _ERRNO_H # undef EDOM +# undef EILSEQ # undef ERANGE # include <linux/errno.h> |