about summary refs log tree commit diff
path: root/sysdeps
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2007-07-22 13:50:04 +0200
committerThomas Schwinge <thomas@codesourcery.com>2012-11-04 22:15:29 +0100
commitd6d98dea2d97e1dee5ab727982dd7430873c836f (patch)
tree3f6a8872c67329b2191317105bb82a7e280d7c7c /sysdeps
parente10bb1072cf11e52aad85d59673da86aeafd1b47 (diff)
downloadglibc-d6d98dea2d97e1dee5ab727982dd7430873c836f.tar.gz
glibc-d6d98dea2d97e1dee5ab727982dd7430873c836f.tar.xz
glibc-d6d98dea2d97e1dee5ab727982dd7430873c836f.zip
[BZ #3665] Regenerate sysdeps/mach/hurd/bits/errno.h.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/mach/hurd/bits/errno.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysdeps/mach/hurd/bits/errno.h b/sysdeps/mach/hurd/bits/errno.h
index a7d57adeb6..3b6fe76b37 100644
--- a/sysdeps/mach/hurd/bits/errno.h
+++ b/sysdeps/mach/hurd/bits/errno.h
@@ -212,8 +212,8 @@ enum __error_t_codes
 #define	EPROTO          _HURD_ERRNO (116)/* Protocol error */
 	ETIME           = _HURD_ERRNO (117),
 #define	ETIME           _HURD_ERRNO (117)/* Timer expired */
-	ECANCELED       = _HURD_ERRNO (118),
-#define	ECANCELED       _HURD_ERRNO (118)/* Operation canceled */
+	ECANCELED       = _HURD_ERRNO (119),
+#define	ECANCELED       _HURD_ERRNO (119)/* Operation canceled */
 
 	/* Errors from <mach/message.h>.  */
 	EMACH_SEND_IN_PROGRESS          = 0x10000001,
@@ -297,7 +297,7 @@ enum __error_t_codes
 
 };
 
-#define	_HURD_ERRNOS	119
+#define	_HURD_ERRNOS	120
 
 /* User-visible type of error codes.  It is ok to use `int' or
    `kern_return_t' for these, but with `error_t' the debugger prints