2007-07-21 Samuel Thibault * manual/errno.texi: Change ECANCELED value into 119. Index: libc/manual/errno.texi =================================================================== RCS file: /cvs/glibc/libc/manual/errno.texi,v retrieving revision 1.71 diff -u -r1.71 errno.texi --- libc/manual/errno.texi 24 Dec 2005 20:21:03 -0000 1.71 +++ libc/manual/errno.texi 21 Jan 2007 23:16:31 -0000 @@ -984,7 +984,7 @@ @comment errno.h @comment POSIX.1: Operation canceled @deftypevr Macro int ECANCELED -@comment errno 118 +@comment errno 119 Operation canceled; an asynchronous operation was canceled before it completed. @xref{Asynchronous I/O}. When you call @code{aio_cancel}, the normal result is for the operations affected to complete with this