overhaul internally-public declarations using wrapper headers
[oweals/musl.git] / src / process / posix_spawn.c
index 16308fb70737d9b2330a78b2cb7cd1e86869ba31..2f8ef935c0bd7a7d9bb7779d358546fb9fc24df5 100644 (file)
@@ -19,8 +19,6 @@ struct args {
        char *const *argv, *const *envp;
 };
 
-void __get_handler_set(sigset_t *);
-
 static int __sys_dup2(int old, int new)
 {
 #ifdef SYS_dup2