diff options
| author | Paul Eggert | 2013-01-03 18:17:49 -0800 |
|---|---|---|
| committer | Paul Eggert | 2013-01-03 18:17:49 -0800 |
| commit | ee0d39381afabe6ca81701e786fa506239e261d2 (patch) | |
| tree | 7f04c7ae2157f42b11f9f718cfdff1de458a4242 /lib/stdio.c | |
| parent | 342532db2bf1f9d9efcd2073b6f4395db548df5a (diff) | |
| download | emacs-ee0d39381afabe6ca81701e786fa506239e261d2.tar.gz emacs-ee0d39381afabe6ca81701e786fa506239e261d2.zip | |
Merge from gnulib.
This incorporates:
2013-01-04 stdio: remove now-unnecessary stdio.c
2013-01-04 fprintftime: depend on stdio, not ignore-value
2013-01-04 fwrite: silence __wur only for older glibc versions
2013-01-04 fwrite: silence __wur without using inline
* lib/stdio.c: Remove.
* lib/stdio.in.h, lib/strftime.c: Update from gnulib.
* lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
Diffstat (limited to 'lib/stdio.c')
| -rw-r--r-- | lib/stdio.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/stdio.c b/lib/stdio.c deleted file mode 100644 index e6ed82996b7..00000000000 --- a/lib/stdio.c +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | #include <config.h> | ||
| 2 | #define _GL_STDIO_INLINE _GL_EXTERN_INLINE | ||
| 3 | #include "stdio.h" | ||