summaryrefslogtreecommitdiff
path: root/usr/src/head/stdio_ext.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/head/stdio_ext.h')
-rw-r--r--usr/src/head/stdio_ext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/head/stdio_ext.h b/usr/src/head/stdio_ext.h
index 13e19d171a..77465c9930 100644
--- a/usr/src/head/stdio_ext.h
+++ b/usr/src/head/stdio_ext.h
@@ -76,7 +76,7 @@ extern int __fsetlocking(FILE *stream, int type);
* Extended FILE enabling function.
*/
#if defined(_LP64) && !defined(__lint)
-#define enable_extended_FILE_stdio(fd, act) (255)
+#define enable_extended_FILE_stdio(fd, act) (0)
#else
extern int enable_extended_FILE_stdio(int, int);
#endif