diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-10-13 23:34:16 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-10-13 23:34:47 -0700 |
commit | e668176e7d89e885902287da18c69297bf04fed3 (patch) | |
tree | bc132a39e0052e1fe6a32359d3246108ef01e12e /lib/unistd.c | |
parent | 2cc412cdc2635ecb99129271abe94bdd744742c2 (diff) | |
download | emacs-e668176e7d89e885902287da18c69297bf04fed3.tar.gz |
Merge from gnulib
This incorporates:
2015-10-13 binary-io, u64, unistd: port to strict C
2015-09-26 c-ctype: do not worry about EBCDIC + char signed
2015-09-25 c-ctype: port better to z/OS EBCDIC
2015-09-25 gnulib-common.m4: fix gl_PROG_AR_RANLIB/AM_PROG_AR clash
* doc/misc/texinfo.tex, lib/binary-io.c, lib/c-ctype.h, lib/u64.c:
* lib/unistd.c, m4/gnulib-common.m4, m4/gnulib-comp.m4:
Copy from gnulib.
Diffstat (limited to 'lib/unistd.c')
-rw-r--r-- | lib/unistd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/unistd.c b/lib/unistd.c index 6c6a8e268c0..72bad1c0527 100644 --- a/lib/unistd.c +++ b/lib/unistd.c @@ -1,3 +1,4 @@ #include <config.h> #define _GL_UNISTD_INLINE _GL_EXTERN_INLINE #include "unistd.h" +typedef int dummy; |