]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/mach/hurd/getdtsz.c
Use (void) in no-arguments function definitions.
[thirdparty/glibc.git] / sysdeps / mach / hurd / getdtsz.c
index 16a0b781123a33fb38afeee9ca37af8c3ac0838e..db5104c6b4f46ebb169fba954d4ce59db2651570 100644 (file)
@@ -24,7 +24,7 @@
 /* Return the maximum number of file descriptors the current process
    could possibly have (until it raises the resource limit).  */
 int
-__getdtablesize ()
+__getdtablesize (void)
 {
   rlim_t limit;