diff options
author | Roland McGrath <roland@hack.frob.com> | 2015-07-23 15:54:21 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2015-07-23 15:54:21 -0700 |
commit | f8c3be3f23ffc2f5853cb57277c56987c18d0ab6 (patch) | |
tree | 4cd4d38c6f819f8d243f93f3f50331768174b121 /sysdeps/arm/nacl | |
parent | 3840aabcd5b482b5e6cf5b204d1019ea0ddc9827 (diff) | |
download | glibc-f8c3be3f23ffc2f5853cb57277c56987c18d0ab6.tar.gz glibc-f8c3be3f23ffc2f5853cb57277c56987c18d0ab6.tar.xz glibc-f8c3be3f23ffc2f5853cb57277c56987c18d0ab6.zip |
NaCl: Fix missing getdtablesize symbol.
Diffstat (limited to 'sysdeps/arm/nacl')
-rw-r--r-- | sysdeps/arm/nacl/libc.abilist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/arm/nacl/libc.abilist b/sysdeps/arm/nacl/libc.abilist index 5e7769145b..b3d14c2bf0 100644 --- a/sysdeps/arm/nacl/libc.abilist +++ b/sysdeps/arm/nacl/libc.abilist @@ -853,6 +853,7 @@ GLIBC_2.22 getdate_r F getdelim F getdomainname F + getdtablesize F getegid F getenv F geteuid F |