about summary refs log tree commit diff
path: root/sysdeps/nacl/getdtsz.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/nacl/getdtsz.c')
-rw-r--r--sysdeps/nacl/getdtsz.c1
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)