summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-06-17 10:37:33 +0200
committerBruno Haible <bruno@clisp.org>2009-06-17 10:37:47 +0200
commitb96a57ff89d270b3711c964c379ec3ac272e503e (patch)
tree7559c0a00753c4f24de771cb664d218b54b7c371 /m4
parentdcc2f67b6ffab6e9def088ccbf7627edcda4bbac (diff)
downloadgnulib-b96a57ff89d270b3711c964c379ec3ac272e503e.tar.gz
Define missing ESTALE on Interix 3.5.
Diffstat (limited to 'm4')
-rw-r--r--m4/errno_h.m45
1 files changed, 4 insertions, 1 deletions
diff --git a/m4/errno_h.m4 b/m4/errno_h.m4
index 16188d9bc0..4ce1ccbd9f 100644
--- a/m4/errno_h.m4
+++ b/m4/errno_h.m4
@@ -1,4 +1,4 @@
-# errno_h.m4 serial 5
+# errno_h.m4 serial 6
dnl Copyright (C) 2004, 2006, 2008, 2009 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -34,6 +34,9 @@ booboo
#if !defined ENOTSUP
booboo
#endif
+#if !defined ESTALE
+booboo
+#endif
#if !defined ECANCELED
booboo
#endif