diff options
Diffstat (limited to 'rt/Versions')
-rw-r--r-- | rt/Versions | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/rt/Versions b/rt/Versions index d54b9cc4bf..f2b4ced257 100644 --- a/rt/Versions +++ b/rt/Versions @@ -14,6 +14,8 @@ libc { aio_return64; aio_suspend; aio_suspend64; + aio_write; + aio_write64; %endif } GLIBC_2.2 { @@ -35,6 +37,8 @@ libc { aio_return64; aio_suspend; aio_suspend64; + aio_write; + aio_write64; %endif shm_open; shm_unlink; @@ -69,9 +73,9 @@ librt { aio_return64; aio_suspend; aio_suspend64; -%endif aio_write; aio_write64; +%endif lio_listio; lio_listio64; } |