diff options
Diffstat (limited to 'sysdeps/nacl')
-rw-r--r-- | sysdeps/nacl/getdtsz.c | 1 |
1 files changed, 1 insertions, 0 deletions
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) |