]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(Error Codes): ENOBUFS means ENOMEM in GNU.
authorRoland McGrath <roland@gnu.org>
Sun, 16 Oct 1994 23:26:09 +0000 (23:26 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 16 Oct 1994 23:26:09 +0000 (23:26 +0000)
manual/errno.texi

index 683b0564def5a6e5281826e14b3ad7246c579536..762d4711863bd9208ff6133882a5155a9af30482 100644 (file)
@@ -532,12 +532,9 @@ protocol violation.
 @comment errno.h
 @comment BSD: No buffer space available
 @deftypevr Macro int ENOBUFS
-The kernel's buffers for I/O operations are all in use.
-@c !!! this will probably never happen in GNU (I'm presuming the
-@c eventual implementation of the network won't want to use it); you get
-@c ENOMEM instead.
-@c ??? I think the network code should convert ENOMEM into ENOBUFS
-@c ??? just to be compatible--rms.
+The kernel's buffers for I/O operations are all in use.  In GNU, this
+error is always synonymous with @code{ENOMEM}; you may get one or the
+other from network operations.
 @end deftypevr
 
 @comment errno.h