diff options
| author | Paul Eggert | 2023-02-04 14:45:11 -0800 |
|---|---|---|
| committer | Paul Eggert | 2023-02-04 15:14:16 -0800 |
| commit | 04d97e76a96854a9a9f4778cb1202a87537731de (patch) | |
| tree | 9c70da51ec099c2c1c0ca95dbace29190e563f8a /lib/stdio.in.h | |
| parent | 7e1c7db1cb5a33a66115bb767224bdc79a257266 (diff) | |
| download | emacs-04d97e76a96854a9a9f4778cb1202a87537731de.tar.gz emacs-04d97e76a96854a9a9f4778cb1202a87537731de.zip | |
Update from Gnulib by running admin/merge-gnulib
Diffstat (limited to 'lib/stdio.in.h')
| -rw-r--r-- | lib/stdio.in.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/stdio.in.h b/lib/stdio.in.h index 8b5ef4bd2dd..3f8ea985335 100644 --- a/lib/stdio.in.h +++ b/lib/stdio.in.h | |||
| @@ -210,7 +210,9 @@ _GL_FUNCDECL_SYS (dprintf, int, (int fd, const char *restrict format, ...) | |||
| 210 | # endif | 210 | # endif |
| 211 | _GL_CXXALIAS_SYS (dprintf, int, (int fd, const char *restrict format, ...)); | 211 | _GL_CXXALIAS_SYS (dprintf, int, (int fd, const char *restrict format, ...)); |
| 212 | # endif | 212 | # endif |
| 213 | # if __GLIBC__ >= 2 | ||
| 213 | _GL_CXXALIASWARN (dprintf); | 214 | _GL_CXXALIASWARN (dprintf); |
| 215 | # endif | ||
| 214 | #elif defined GNULIB_POSIXCHECK | 216 | #elif defined GNULIB_POSIXCHECK |
| 215 | # undef dprintf | 217 | # undef dprintf |
| 216 | # if HAVE_RAW_DECL_DPRINTF | 218 | # if HAVE_RAW_DECL_DPRINTF |
| @@ -882,7 +884,9 @@ _GL_CXXALIAS_SYS (getdelim, ssize_t, | |||
| 882 | int delimiter, | 884 | int delimiter, |
| 883 | FILE *restrict stream)); | 885 | FILE *restrict stream)); |
| 884 | # endif | 886 | # endif |
| 887 | # if __GLIBC__ >= 2 | ||
| 885 | _GL_CXXALIASWARN (getdelim); | 888 | _GL_CXXALIASWARN (getdelim); |
| 889 | # endif | ||
| 886 | #elif defined GNULIB_POSIXCHECK | 890 | #elif defined GNULIB_POSIXCHECK |
| 887 | # undef getdelim | 891 | # undef getdelim |
| 888 | # if HAVE_RAW_DECL_GETDELIM | 892 | # if HAVE_RAW_DECL_GETDELIM |
| @@ -921,7 +925,7 @@ _GL_CXXALIAS_SYS (getline, ssize_t, | |||
| 921 | (char **restrict lineptr, size_t *restrict linesize, | 925 | (char **restrict lineptr, size_t *restrict linesize, |
| 922 | FILE *restrict stream)); | 926 | FILE *restrict stream)); |
| 923 | # endif | 927 | # endif |
| 924 | # if @HAVE_DECL_GETLINE@ | 928 | # if __GLIBC__ >= 2 && @HAVE_DECL_GETLINE@ |
| 925 | _GL_CXXALIASWARN (getline); | 929 | _GL_CXXALIASWARN (getline); |
| 926 | # endif | 930 | # endif |
| 927 | #elif defined GNULIB_POSIXCHECK | 931 | #elif defined GNULIB_POSIXCHECK |