diff options
author | Roland McGrath <roland@hack.frob.com> | 2015-07-21 15:48:56 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2015-07-21 15:48:56 -0700 |
commit | 0b24551cf3a62e0dbbe7577f63b43969f8dfc1fb (patch) | |
tree | cd86e14224232e0a6bacf626979e7e5c38c1b551 /ChangeLog | |
parent | 7493ab257e4d50753dfc46a342b00d0759081115 (diff) | |
download | glibc-0b24551cf3a62e0dbbe7577f63b43969f8dfc1fb.tar glibc-0b24551cf3a62e0dbbe7577f63b43969f8dfc1fb.tar.gz glibc-0b24551cf3a62e0dbbe7577f63b43969f8dfc1fb.tar.bz2 glibc-0b24551cf3a62e0dbbe7577f63b43969f8dfc1fb.zip |
NaCl: Use only nacl_irt_dev_filename, never nacl_irt_filename.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2015-07-21 Roland McGrath <roland@hack.frob.com> + * sysdeps/nacl/nacl-interface-list.h: Remove nacl_irt_filename. + * sysdeps/nacl/open.c (__libc_open): Use __nacl_irt_dev_filename + rather than __nacl_irt_filename. + * sysdeps/nacl/xstat.c (__xstat): Likewise. + * NEWS: New item for arm-nacl port. * sysdeps/arm/nacl/libc.abilist: New file. * sysdeps/nacl/ld.abilist: New file. |