From d064d3e32bec66e5f8cc474be6fb0b0168f73bee Mon Sep 17 00:00:00 2001
From: Eric Andersen <andersen@codepoet.org>
Date: Fri, 9 Feb 2001 06:43:59 +0000
Subject: Implement getdtablesize(), which is used by the rpc crap.  -Erik

---
 libc/unistd/sysconf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'libc/unistd')

diff --git a/libc/unistd/sysconf.c b/libc/unistd/sysconf.c
index 5d8c7fc4b..50d8e4bb5 100644
--- a/libc/unistd/sysconf.c
+++ b/libc/unistd/sysconf.c
@@ -98,7 +98,7 @@ long int sysconf(int name)
 #endif
 
     case _SC_OPEN_MAX:
-#if 0
+#if 1
       RETURN_FUNCTION(getdtablesize());
 #else
       RETURN_NEG_1;
-- 
cgit v1.2.3