aboutsummaryrefslogtreecommitdiff
path: root/misc/getdtsz.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/getdtsz.c')
-rw-r--r--misc/getdtsz.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/getdtsz.c b/misc/getdtsz.c
index 3aa9eef..25cf14a 100644
--- a/misc/getdtsz.c
+++ b/misc/getdtsz.c
@@ -21,7 +21,7 @@
/* Return the maximum number of file descriptors
the current process could possibly have. */
int
-__getdtablesize ()
+__getdtablesize (void)
{
__set_errno (ENOSYS);
return -1;