projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5e5e5c
)
Regenerated from ../sysdeps/gnu/errlist.awk ../manual/errno.texi
author
drepper
<drepper>
Fri, 22 Jan 1999 14:13:03 +0000
(14:13 +0000)
committer
drepper
<drepper>
Fri, 22 Jan 1999 14:13:03 +0000
(14:13 +0000)
sysdeps/gnu/errlist.c
patch
|
blob
|
history
diff --git
a/sysdeps/gnu/errlist.c
b/sysdeps/gnu/errlist.c
index
80a7c88
..
c718773
100644
(file)
--- a/
sysdeps/gnu/errlist.c
+++ b/
sysdeps/gnu/errlist.c
@@
-574,7
+574,7
@@
TRANS particular function will always fail with @code{ENOSYS} unless you
TRANS install a new version of the C library or the operating system. */
[ERR_REMAP (ENOSYS)] = N_("Function not implemented"),
#endif
-#if
def ENOTSU
P
+#if
defined (ENOTSUP) && ENOTSUP != EOPNOTSUP
P
/*
TRANS Not supported. A function returns this error when certain parameter
TRANS values are valid, but the functionality they request is not available.