diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2022-01-26 16:21:04 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2022-01-26 16:22:54 -0300 |
commit | 604814121dbdef39f5b55e8ebdc5880deae85c72 (patch) | |
tree | 226f6f0adc68b6ebb2e3cdf088aef48a910d7e61 /sysdeps/mach/hurd | |
parent | c094c232eb3246154265bb035182f92fe1b17ab8 (diff) | |
download | glibc-604814121dbdef39f5b55e8ebdc5880deae85c72.tar.gz glibc-604814121dbdef39f5b55e8ebdc5880deae85c72.tar.xz glibc-604814121dbdef39f5b55e8ebdc5880deae85c72.zip |
hurd: Add posix_spawnattr_tc{get,set}pgrp_np on libc.abilist
Commit 342cc934a3bf74ac missed the update-abi for the ABI.
Diffstat (limited to 'sysdeps/mach/hurd')
-rw-r--r-- | sysdeps/mach/hurd/i386/libc.abilist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/i386/libc.abilist b/sysdeps/mach/hurd/i386/libc.abilist index ecf8c0992e..4467aeb720 100644 --- a/sysdeps/mach/hurd/i386/libc.abilist +++ b/sysdeps/mach/hurd/i386/libc.abilist @@ -2288,6 +2288,8 @@ GLIBC_2.34 timespec_getres F GLIBC_2.35 __memcmpeq F GLIBC_2.35 _dl_find_object F GLIBC_2.35 close_range F +GLIBC_2.35 posix_spawnattr_tcgetpgrp_np F +GLIBC_2.35 posix_spawnattr_tcsetpgrp_np F GLIBC_2.4 __confstr_chk F GLIBC_2.4 __fgets_chk F GLIBC_2.4 __fgets_unlocked_chk F |