diff options
Diffstat (limited to 'manual/errno.texi')
-rw-r--r-- | manual/errno.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/manual/errno.texi b/manual/errno.texi index 9879ab43e6..28dd871caa 100644 --- a/manual/errno.texi +++ b/manual/errno.texi @@ -749,6 +749,11 @@ particular function will always fail with @code{ENOSYS} unless you install a new version of the C library or the operating system. @end deftypevr +@deftypevr Macro int ELIBEXEC +@standards{GNU, errno.h} +@errno{ELIBEXEC, 83, Cannot exec a shared library directly} +@end deftypevr + @deftypevr Macro int ENOTSUP @standards{POSIX.1, errno.h} @errno{ENOTSUP, 118, Not supported} @@ -1059,11 +1064,6 @@ They are not yet documented.} @errno{ELIBMAX, ???/82, Attempting to link in too many shared libraries} @end deftypevr -@deftypevr Macro int ELIBEXEC -@standards{Linux???, errno.h} -@errno{ELIBEXEC, ???/83, Cannot exec a shared library directly} -@end deftypevr - @deftypevr Macro int ESTRPIPE @standards{Linux???, errno.h} @errno{ESTRPIPE, ???/86, Streams pipe error} |