mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
* sysdeps/libm-i387/s_finite.S: Use %eax instead of %al in setnel insn.
* intl/l10nflist.c: Fix conditional on #include <argz.h>. * libio/stdio.h (FOPEN_MAX, FILENAME_MAX, TMP_MAX, L_tmpnam): Macros removed. Instead, include <stdio_lim.h>. * libio/_G_config.h: New file. * libio/Makefile (headers): Add _G_config.h. * MakeTAGS (po/errlist.pot): Extract from sysdeps/gnu/errlist.c.
This commit is contained in:
@@ -71,12 +71,9 @@ typedef _IO_size_t size_t;
|
||||
typedef struct _IO_FILE FILE;
|
||||
typedef _IO_fpos_t fpos_t;
|
||||
|
||||
#define FOPEN_MAX _G_FOPEN_MAX
|
||||
#define FILENAME_MAX _G_FILENAME_MAX
|
||||
#define TMP_MAX 999 /* Only limited by filename length */
|
||||
#include <stdio_lim.h>
|
||||
|
||||
#define P_tmpdir "/tmp"
|
||||
#define L_tmpnam 20
|
||||
|
||||
/* For use by debuggers. These are linked in if printf or fprintf are used. */
|
||||
extern FILE *stdin, *stdout, *stderr; /* TODO */
|
||||
|
Reference in New Issue
Block a user