diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2018-07-02 16:45:53 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2018-07-03 10:02:06 -0300 |
commit | 7279af007c420a9d5f88a6909d11e7cb712c16a4 (patch) | |
tree | 31d4756ba195dc5e1ac2897ecfa793d48fa5d128 | |
parent | b7b88cea4151d85eafd7ababc2e4b7ae1daeedf5 (diff) | |
download | glibc-7279af007c420a9d5f88a6909d11e7cb712c16a4.tar glibc-7279af007c420a9d5f88a6909d11e7cb712c16a4.tar.gz glibc-7279af007c420a9d5f88a6909d11e7cb712c16a4.tar.bz2 glibc-7279af007c420a9d5f88a6909d11e7cb712c16a4.zip |
Fix hurd expected fcntl version
Different than Linux, hurd does not need the OFD locks fix from
06ab719d30b (since OFD locks are current Linux specific). This in
turn allows hurd to not provide a fcntl compat symbol.
Checked on a i686-gnu with check-abi.
* sysdeps/mach/hurd/i386/libc.abilist [GLIBC_2.28] (fcntl): Remove
symbol.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | sysdeps/mach/hurd/i386/libc.abilist | 1 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2018-07-03 Adhemerval Zanella <adhemerval.zanella@linaro.org> + + * sysdeps/mach/hurd/i386/libc.abilist [GLIBC_2.28] (fcntl): Remove + symbol. + 2018-07-02 Gabriel F. T. Gomes <gabriel@inconstante.eti.br> * stdio-common/Makefile (test-srcs): Add tst-printfsz-islongdouble. diff --git a/sysdeps/mach/hurd/i386/libc.abilist b/sysdeps/mach/hurd/i386/libc.abilist index 3d46de795d..57091fce00 100644 --- a/sysdeps/mach/hurd/i386/libc.abilist +++ b/sysdeps/mach/hurd/i386/libc.abilist @@ -2033,7 +2033,6 @@ GLIBC_2.27 wcstof64 F GLIBC_2.27 wcstof64_l F GLIBC_2.27 wcstof64x F GLIBC_2.27 wcstof64x_l F -GLIBC_2.28 fcntl F GLIBC_2.28 fcntl64 F GLIBC_2.3 __ctype_b_loc F GLIBC_2.3 __ctype_tolower_loc F |