aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/posix
diff options
context:
space:
mode:
authorAdhemerval Zanella Netto <adhemerval.zanella@linaro.org>2023-03-06 15:53:55 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2023-03-27 13:57:55 -0300
commitf65ca70deaf38db4ca12458e74cefd8ad9063956 (patch)
treef170b2f04d3912e20be14a57a56fd1eead03d579 /sysdeps/posix
parent88677348b4de73874ca7d5a47451f42880f65f07 (diff)
downloadglibc-f65ca70deaf38db4ca12458e74cefd8ad9063956.tar
glibc-f65ca70deaf38db4ca12458e74cefd8ad9063956.tar.gz
glibc-f65ca70deaf38db4ca12458e74cefd8ad9063956.tar.bz2
glibc-f65ca70deaf38db4ca12458e74cefd8ad9063956.zip
libio: Do not autogenerate stdio_lim.h
Instead define the required fields in system dependend files. The only system dependent definition is FILENAME_MAX, which should match POSIX PATH_MAX, and it is obtained from either kernel UAPI or mach headers. Currently set pre-defined value from current kernels. It avoids a circular dependendy when including stdio.h in gen-as-const-headers files. Checked on x86_64-linux-gnu and i686-linux-gnu Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'sysdeps/posix')
-rw-r--r--sysdeps/posix/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/sysdeps/posix/Makefile b/sysdeps/posix/Makefile
deleted file mode 100644
index b58aa6aadb..0000000000
--- a/sysdeps/posix/Makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-# These affect the generated bits/stdio_lim.h file.
-L_tmpnam = 20
-TMP_MAX = 238328
-L_ctermid = 9
-L_cuserid = 9