diff options
author | Roland McGrath <roland@hack.frob.com> | 2015-07-21 13:31:21 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2015-07-21 13:31:21 -0700 |
commit | 7493ab257e4d50753dfc46a342b00d0759081115 (patch) | |
tree | e05ce9c0f8fccffa0ee5fccd4304b295f41cfa32 /sysdeps/nacl/librt.abilist | |
parent | 0ac4f1dab3e5778c79994a89111b4eb1d247ab12 (diff) | |
download | glibc-7493ab257e4d50753dfc46a342b00d0759081115.tar.gz glibc-7493ab257e4d50753dfc46a342b00d0759081115.tar.xz glibc-7493ab257e4d50753dfc46a342b00d0759081115.zip |
Add abilist files and NEWS item for arm-nacl port.
Diffstat (limited to 'sysdeps/nacl/librt.abilist')
-rw-r--r-- | sysdeps/nacl/librt.abilist | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/sysdeps/nacl/librt.abilist b/sysdeps/nacl/librt.abilist new file mode 100644 index 0000000000..575b04a5c6 --- /dev/null +++ b/sysdeps/nacl/librt.abilist @@ -0,0 +1,37 @@ +GLIBC_2.22 + GLIBC_2.22 A + __mq_open_2 F + aio_cancel F + aio_cancel64 F + aio_error F + aio_error64 F + aio_fsync F + aio_fsync64 F + aio_init F + aio_read F + aio_read64 F + aio_return F + aio_return64 F + aio_suspend F + aio_suspend64 F + aio_write F + aio_write64 F + lio_listio F + lio_listio64 F + mq_close F + mq_getattr F + mq_notify F + mq_open F + mq_receive F + mq_send F + mq_setattr F + mq_timedreceive F + mq_timedsend F + mq_unlink F + shm_open F + shm_unlink F + timer_create F + timer_delete F + timer_getoverrun F + timer_gettime F + timer_settime F |