diff options
author | Roland McGrath <roland@hack.frob.com> | 2016-02-22 15:19:56 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2016-02-22 15:19:56 -0800 |
commit | b2e722855b4599cdcc5dfc98e9d28e3825ecbe33 (patch) | |
tree | 56a38dac0e59c45d07216e8ef33ab51870118653 | |
parent | 80fcb5c583b5b241e3796f10a09cbe8e1dd30b5a (diff) | |
download | glibc-b2e722855b4599cdcc5dfc98e9d28e3825ecbe33.zip glibc-b2e722855b4599cdcc5dfc98e9d28e3825ecbe33.tar.gz glibc-b2e722855b4599cdcc5dfc98e9d28e3825ecbe33.tar.bz2 |
Add fts64_* to sysdeps/arm/nacl/libc.abilist
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | sysdeps/arm/nacl/libc.abilist | 6 |
2 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2016-02-22 Roland McGrath <roland@hack.frob.com> + + * sysdeps/arm/nacl/libc.abilist (GLIBC_2.23): Add GLIBC_2.23, + fts64_children, fts64_close, fts64_open, fts64_read and fts64_set. + 2016-02-22 Dmitry V. Levin <ldv@altlinux.org> [BZ #19512] diff --git a/sysdeps/arm/nacl/libc.abilist b/sysdeps/arm/nacl/libc.abilist index 561441e..0560510 100644 --- a/sysdeps/arm/nacl/libc.abilist +++ b/sysdeps/arm/nacl/libc.abilist @@ -1834,3 +1834,9 @@ GLIBC_2.22 wprintf F GLIBC_2.22 write F GLIBC_2.22 writev F GLIBC_2.22 wscanf F +GLIBC_2.23 GLIBC_2.23 A +GLIBC_2.23 fts64_children F +GLIBC_2.23 fts64_close F +GLIBC_2.23 fts64_open F +GLIBC_2.23 fts64_read F +GLIBC_2.23 fts64_set F |