From f8c3be3f23ffc2f5853cb57277c56987c18d0ab6 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 23 Jul 2015 15:54:21 -0700 Subject: NaCl: Fix missing getdtablesize symbol. --- sysdeps/nacl/getdtsz.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps/nacl') diff --git a/sysdeps/nacl/getdtsz.c b/sysdeps/nacl/getdtsz.c index 31c9978103..e0ba14fdfa 100644 --- a/sysdeps/nacl/getdtsz.c +++ b/sysdeps/nacl/getdtsz.c @@ -26,3 +26,4 @@ __getdtablesize (void) /* There is no actual limit in NaCl, just memory. */ return -1; } +weak_alias (__getdtablesize, getdtablesize) -- cgit v1.2.3