diff options
| author | Rich Felker <dalias@aerifal.cx> | 2011-02-15 19:47:22 -0500 |
|---|---|---|
| committer | Rich Felker <dalias@aerifal.cx> | 2011-02-15 19:47:22 -0500 |
| commit | 571312de5fe09764b2d469642636934f6d8cf608 (patch) | |
| tree | 403cbfa5a2b147a31cd92c1cb89879b635317468 /arch/x86_64/bits | |
| parent | protect some limit constants with feature test macros on x86_64 (diff) | |
| download | grovel-571312de5fe09764b2d469642636934f6d8cf608.tar.gz grovel-571312de5fe09764b2d469642636934f6d8cf608.tar.xz | |
move stdio stuff that's not arch-specific out of bits
Diffstat (limited to 'arch/x86_64/bits')
| -rw-r--r-- | arch/x86_64/bits/stdio.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/x86_64/bits/stdio.h b/arch/x86_64/bits/stdio.h deleted file mode 100644 index 0afd8b40..00000000 --- a/arch/x86_64/bits/stdio.h +++ /dev/null @@ -1,10 +0,0 @@ -#define BUFSIZ 1024 - -#define FILENAME_MAX 4095 -#define FOPEN_MAX 1000 -#define TMP_MAX 10000 - -#define L_cuserid 20 -#define L_ctermid 20 -#define L_tmpnam 20 -#define P_tmpdir "/tmp" |
