1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
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.
This commit is contained in:
Ulrich Drepper
1998-05-06 10:22:20 +00:00
parent e2575a4f40
commit 67c2095b54
3 changed files with 177 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#ifdef _ERRNO_H
# undef EDOM
# undef EILSEQ
# undef ERANGE
# include <linux/errno.h>