]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - htl/forward.c
manual: add dup3
[thirdparty/glibc.git] / htl / forward.c
index 63b5f5227598701b1bcf84e3d350992dd93093f3..ee89e50b3c34334980522dd80b8f53238285a8c1 100644 (file)
@@ -1,5 +1,5 @@
 /* Libc stubs for pthread functions.  Hurd pthread version.
-   Copyright (C) 2002-2023 Free Software Foundation, Inc.
+   Copyright (C) 2002-2024 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -57,26 +57,10 @@ FORWARD (pthread_attr_destroy, (pthread_attr_t *attr), (attr), 0)
 
 FORWARD (pthread_attr_init, (pthread_attr_t *attr), (attr), 0)
 
-FORWARD (pthread_attr_getdetachstate,
-        (const pthread_attr_t *attr, int *detachstate), (attr, detachstate),
-        0)
-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)
-
 FORWARD (pthread_attr_setschedparam,
         (pthread_attr_t *attr, const struct sched_param *param),
         (attr, param), 0)
 
-FORWARD (pthread_attr_getschedpolicy,
-        (const pthread_attr_t *attr, int *policy), (attr, policy), 0)
-FORWARD (pthread_attr_setschedpolicy, (pthread_attr_t *attr, int policy),
-        (attr, policy), 0)
-
 FORWARD (pthread_attr_getscope,
         (const pthread_attr_t *attr, int *scope), (attr, scope), 0)
 FORWARD (pthread_attr_setscope, (pthread_attr_t *attr, int scope),