diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2001-01-27 18:51:26 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2001-01-27 18:51:26 +0000 |
commit | 8b15b45ecc58d84f9d4a6bd91fc0675b446103b8 (patch) | |
tree | 506c171fa14cda5cfb3cd606b5272df4685d24ce /libc/unistd/.cvsignore | |
parent | cc07f2350dc260a2a4eaf4ff05f32939c55a9893 (diff) |
Enable auto-generation of a size-optimized sysconf function (saves .5k on i386).
Diffstat (limited to 'libc/unistd/.cvsignore')
-rw-r--r-- | libc/unistd/.cvsignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/unistd/.cvsignore b/libc/unistd/.cvsignore new file mode 100644 index 000000000..dba071497 --- /dev/null +++ b/libc/unistd/.cvsignore @@ -0,0 +1,2 @@ +sysconf_*.c +gen_sysconf |