diff options
author | Roland McGrath <roland@gnu.org> | 2003-03-19 08:27:55 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-03-19 08:27:55 +0000 |
commit | 9465949559fde25c36ce7116e92c8f256b08ad53 (patch) | |
tree | eeed3393ca2d8bb8a043f5ee8da405cbaa1b8cf3 /abilist/librt.abilist | |
parent | 043ad426e7927a49a872e915c3cde88b682aea71 (diff) | |
download | glibc-9465949559fde25c36ce7116e92c8f256b08ad53.tar.gz glibc-9465949559fde25c36ce7116e92c8f256b08ad53.tar.xz glibc-9465949559fde25c36ce7116e92c8f256b08ad53.zip |
* abilist: New directory of libfoo.abilist files maintained using
scripts/merge-abilist.awk and "make update-abi" rules. * Makefile (distribute): Add abilist/*.abilist. * Makerules [$(build-shared) = yes] [$(subdir)] (tests): Depend on check-abi.
Diffstat (limited to 'abilist/librt.abilist')
-rw-r--r-- | abilist/librt.abilist | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/abilist/librt.abilist b/abilist/librt.abilist new file mode 100644 index 0000000000..4ced6729ec --- /dev/null +++ b/abilist/librt.abilist @@ -0,0 +1,39 @@ +GLIBC_2.1 i.86-.*-linux.* ia64-.*-linux.* powerpc-.*-linux.* + GLIBC_2.1 A +GLIBC_2.1 i.86-.*-linux.* ia64-.*-linux.* powerpc-.*-linux.* +| GLIBC_2.2.5 x86_64-.*-linux.* + 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 +GLIBC_2.2.5 x86_64-.*-linux.* + GLIBC_2.2.5 A +GLIBC_2.2.5 x86_64-.*-linux.* +| GLIBC_2.2 i.86-.*-linux.* ia64-.*-linux.* powerpc-.*-linux.* + clock_getcpuclockid F + clock_getres F + clock_gettime F + clock_nanosleep F + clock_settime F + shm_open F + shm_unlink F + timer_create F + timer_delete F + timer_getoverrun F + timer_gettime F + timer_settime F +GLIBC_2.2 i.86-.*-linux.* ia64-.*-linux.* powerpc-.*-linux.* + GLIBC_2.2 A |