summaryrefslogtreecommitdiff
path: root/source4/heimdal/lib/roken/getdtablesize.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/heimdal/lib/roken/getdtablesize.c')
-rw-r--r--source4/heimdal/lib/roken/getdtablesize.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/heimdal/lib/roken/getdtablesize.c b/source4/heimdal/lib/roken/getdtablesize.c
index a515af3454..08c0661faa 100644
--- a/source4/heimdal/lib/roken/getdtablesize.c
+++ b/source4/heimdal/lib/roken/getdtablesize.c
@@ -61,7 +61,7 @@
#include <sys/sysctl.h>
#endif
-int ROKEN_LIB_FUNCTION
+ROKEN_LIB_FUNCTION int ROKEN_LIB_CALL
getdtablesize(void)
{
int files = -1;