diff options
| author | Florian Weimer <fweimer@redhat.com> | 2021-07-22 19:12:13 +0200 |
|---|---|---|
| committer | Florian Weimer <fweimer@redhat.com> | 2021-07-22 19:16:26 +0200 |
| commit | f032ac3b838387c00210e6d8aefcb070360252ef (patch) | |
| tree | 5f85c9e9f58459ff08bd98a0c18c6e90b92e099a /sysdeps/unix/sysv/linux/microblaze | |
| parent | 02c17c8c1456e4c07f11ba7d080e1dd292bed162 (diff) | |
| download | glibc-f032ac3b838387c00210e6d8aefcb070360252ef.tar.xz glibc-f032ac3b838387c00210e6d8aefcb070360252ef.zip | |
socket: Add time64 alias for setsockopt
Reviewed-by: Lukasz Majewski <lukma@denx.de>
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps/unix/sysv/linux/microblaze')
| -rw-r--r-- | sysdeps/unix/sysv/linux/microblaze/be/libc.abilist | 1 | ||||
| -rw-r--r-- | sysdeps/unix/sysv/linux/microblaze/le/libc.abilist | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/microblaze/be/libc.abilist b/sysdeps/unix/sysv/linux/microblaze/be/libc.abilist index 8a6be1fd97..0aaeec8a27 100644 --- a/sysdeps/unix/sysv/linux/microblaze/be/libc.abilist +++ b/sysdeps/unix/sysv/linux/microblaze/be/libc.abilist @@ -2476,6 +2476,7 @@ GLIBC_2.34 __semtimedop64 F GLIBC_2.34 __sendmmsg64 F GLIBC_2.34 __sendmsg64 F GLIBC_2.34 __setitimer64 F +GLIBC_2.34 __setsockopt64 F GLIBC_2.34 __settimeofday64 F GLIBC_2.34 __shmctl64 F GLIBC_2.34 __sigtimedwait64 F diff --git a/sysdeps/unix/sysv/linux/microblaze/le/libc.abilist b/sysdeps/unix/sysv/linux/microblaze/le/libc.abilist index a53147b655..bec5f456c9 100644 --- a/sysdeps/unix/sysv/linux/microblaze/le/libc.abilist +++ b/sysdeps/unix/sysv/linux/microblaze/le/libc.abilist @@ -2473,6 +2473,7 @@ GLIBC_2.34 __semtimedop64 F GLIBC_2.34 __sendmmsg64 F GLIBC_2.34 __sendmsg64 F GLIBC_2.34 __setitimer64 F +GLIBC_2.34 __setsockopt64 F GLIBC_2.34 __settimeofday64 F GLIBC_2.34 __shmctl64 F GLIBC_2.34 __sigtimedwait64 F |
