diff options
author | craigm <none@none> | 2006-04-20 08:17:22 -0700 |
---|---|---|
committer | craigm <none@none> | 2006-04-20 08:17:22 -0700 |
commit | a5f69788de7ac07553de47f7fec8c05a9a94c105 (patch) | |
tree | 2004e6a579b5b69b2edd0a65453e5a2d7d174f4f /usr/src/Makefile.lint | |
parent | 9c6cb9fca0da6c80b32c97869c5672999211da26 (diff) | |
download | illumos-joyent-a5f69788de7ac07553de47f7fec8c05a9a94c105.tar.gz |
PSARC 2006/162 Extended FILE space for 32-bit Solaris processes
1085341 32-bit stdio routines should support file descriptors >255
6369408 fflush(NULL); will corrupt data written on files in multithreaded apps
Diffstat (limited to 'usr/src/Makefile.lint')
-rw-r--r-- | usr/src/Makefile.lint | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/Makefile.lint b/usr/src/Makefile.lint index a3c57b9c20..35250a419f 100644 --- a/usr/src/Makefile.lint +++ b/usr/src/Makefile.lint @@ -286,6 +286,7 @@ COMMON_SUBDIRS = \ lib/abi \ lib/auditd_plugins \ lib/crypt_modules \ + lib/extendedFILE \ lib/libadt_jni \ lib/libaio \ lib/libavl \ |