diff options
author | Bruno Haible <bruno@clisp.org> | 2009-06-17 10:37:33 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-17 10:37:47 +0200 |
commit | b96a57ff89d270b3711c964c379ec3ac272e503e (patch) | |
tree | 7559c0a00753c4f24de771cb664d218b54b7c371 /m4 | |
parent | dcc2f67b6ffab6e9def088ccbf7627edcda4bbac (diff) | |
download | gnulib-b96a57ff89d270b3711c964c379ec3ac272e503e.tar.gz |
Define missing ESTALE on Interix 3.5.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/errno_h.m4 | 5 |
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 |