diff options
| author | Guy-Fleury Iteriteka <gfleury@disroot.org> | 2023-07-16 10:44:09 +0200 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-08-24 01:57:11 +0200 |
| commit | 62cf5d2bb3c74aac2f452a77ae0c29c0cc8dde8a (patch) | |
| tree | 9f711d8c3aedc5022f2bcef42e1cc0caa0e6596f /htl/forward.c | |
| parent | 79de1a0ca28af8f000688dbd51addad78bd804b1 (diff) | |
| download | glibc-62cf5d2bb3c74aac2f452a77ae0c29c0cc8dde8a.tar.xz glibc-62cf5d2bb3c74aac2f452a77ae0c29c0cc8dde8a.zip | |
htl: move pthread_attr_getinheritsched into libc
Signed-off-by: Guy-Fleury Iteriteka <gfleury@disroot.org>
Message-Id: <20230716084414.107245-6-gfleury@disroot.org>
Diffstat (limited to 'htl/forward.c')
| -rw-r--r-- | htl/forward.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/htl/forward.c b/htl/forward.c index 63b5f52275..38b2fcc996 100644 --- a/htl/forward.c +++ b/htl/forward.c @@ -63,8 +63,6 @@ FORWARD (pthread_attr_getdetachstate, FORWARD (pthread_attr_setdetachstate, (pthread_attr_t *attr, int detachstate), (attr, detachstate), 0) -FORWARD (pthread_attr_getinheritsched, - (const pthread_attr_t *attr, int *inherit), (attr, inherit), 0) FORWARD (pthread_attr_setinheritsched, (pthread_attr_t *attr, int inherit), (attr, inherit), 0) |
