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:
7989e66
)
Define ENOTSUP though the kernel doesn't do this.
author
drepper
<drepper>
Tue, 30 Jun 1998 12:03:08 +0000
(12:03 +0000)
committer
drepper
<drepper>
Tue, 30 Jun 1998 12:03:08 +0000
(12:03 +0000)
sysdeps/unix/sysv/linux/bits/errno.h
patch
|
blob
|
history
diff --git
a/sysdeps/unix/sysv/linux/bits/errno.h
b/sysdeps/unix/sysv/linux/bits/errno.h
index
8f701c1
..
5976c25
100644
(file)
--- a/
sysdeps/unix/sysv/linux/bits/errno.h
+++ b/
sysdeps/unix/sysv/linux/bits/errno.h
@@
-24,6
+24,9
@@
# undef ERANGE
# include <linux/errno.h>
+/* Linux has no ENOTSUP error code. */
+# define ENOTSUP EOPNOTSUPP
+
# ifndef __ASSEMBLER__
/* We now need a declaration of the `errno' variable. */
extern int errno;