diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-06-25 10:30:36 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-06-25 11:49:55 +0200 |
commit | 1a7d0dedf0c579ff4c4146a861228bd381178905 (patch) | |
tree | b656ae3faae17b9f36c6a2fff9dcd5861078bf45 /rt/Makefile | |
parent | 3df6dcc5c75b40d0ac0a9d22967da0a5a2b8df5c (diff) | |
download | glibc-1a7d0dedf0c579ff4c4146a861228bd381178905.tar glibc-1a7d0dedf0c579ff4c4146a861228bd381178905.tar.gz glibc-1a7d0dedf0c579ff4c4146a861228bd381178905.tar.bz2 glibc-1a7d0dedf0c579ff4c4146a861228bd381178905.zip |
Linux: Move aio_error, aio_error64 into libc
The symbols were moved using scripts/move-symbol-to-libc.py.
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'rt/Makefile')
-rw-r--r-- | rt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/Makefile b/rt/Makefile index 75a4d1c080..11924cd9ef 100644 --- a/rt/Makefile +++ b/rt/Makefile @@ -29,7 +29,6 @@ routines = \ shm_unlink \ librt-routines = \ - aio_error \ aio_fsync \ aio_read \ aio_read64 \ @@ -60,6 +59,7 @@ librt-shared-only-routines = librt-compat $(librt-routines-var) += \ aio_cancel \ + aio_error \ aio_misc \ aio_notify \ aio_sigqueue \ |