diff options
| author | Florian Weimer <fweimer@redhat.com> | 2021-06-25 10:30:36 +0200 |
|---|---|---|
| committer | Florian Weimer <fweimer@redhat.com> | 2021-06-25 12:19:58 +0200 |
| commit | a752cb670a7bc4e7ee8568ba972056830bab904e (patch) | |
| tree | c191ef5b606a8a3432b6000b853b29342f99657f /sysdeps/unix/sysv/linux/aarch64/libc.abilist | |
| parent | 12028b50310e83ffa0cafbca8cfffc222bfd6ac8 (diff) | |
| download | glibc-a752cb670a7bc4e7ee8568ba972056830bab904e.tar.xz glibc-a752cb670a7bc4e7ee8568ba972056830bab904e.zip | |
Linux: Move mq_setattr from librt to libc
The symbol was moved using scripts/move-symbol-to-libc.py.
To introduce the proper symbol versioning, the implementation of
the system call wrapper us moved to a C file.
Reviewed-by: Adhemerva Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps/unix/sysv/linux/aarch64/libc.abilist')
| -rw-r--r-- | sysdeps/unix/sysv/linux/aarch64/libc.abilist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/aarch64/libc.abilist b/sysdeps/unix/sysv/linux/aarch64/libc.abilist index 80390d58c5..4bc3bd5ffb 100644 --- a/sysdeps/unix/sysv/linux/aarch64/libc.abilist +++ b/sysdeps/unix/sysv/linux/aarch64/libc.abilist @@ -1358,6 +1358,7 @@ GLIBC_2.17 mount F GLIBC_2.17 mprobe F GLIBC_2.17 mprotect F GLIBC_2.17 mq_close F +GLIBC_2.17 mq_setattr F GLIBC_2.17 mrand48 F GLIBC_2.17 mrand48_r F GLIBC_2.17 mremap F @@ -2401,6 +2402,7 @@ GLIBC_2.34 execveat F GLIBC_2.34 lio_listio F GLIBC_2.34 lio_listio64 F GLIBC_2.34 mq_close F +GLIBC_2.34 mq_setattr F GLIBC_2.34 mtx_destroy F GLIBC_2.34 mtx_init F GLIBC_2.34 mtx_lock F |
