elf: Remove any_debug from dl_main_state
[glibc.git] / include / spawn.h
blob4a0b1849daeb5a8ae209a0a1d5d6e8a8097c93ee
1 #ifndef _SPAWN_H
2 #include <posix/spawn.h>
4 # ifndef _ISOMAC
5 __typeof (posix_spawn) __posix_spawn;
6 libc_hidden_proto (__posix_spawn)
8 __typeof (posix_spawn_file_actions_addclose)
9 __posix_spawn_file_actions_addclose attribute_hidden;
11 __typeof (posix_spawn_file_actions_adddup2)
12 __posix_spawn_file_actions_adddup2 attribute_hidden;
14 __typeof (posix_spawn_file_actions_addopen)
15 __posix_spawn_file_actions_addopen attribute_hidden;
17 __typeof (posix_spawn_file_actions_destroy)
18 __posix_spawn_file_actions_destroy attribute_hidden;
20 __typeof (posix_spawn_file_actions_init) __posix_spawn_file_actions_init
21 attribute_hidden;
23 __typeof (posix_spawnattr_init) __posix_spawnattr_init
24 attribute_hidden;
26 __typeof (posix_spawnattr_destroy) __posix_spawnattr_destroy
27 attribute_hidden;
29 __typeof (posix_spawnattr_setflags) __posix_spawnattr_setflags
30 attribute_hidden;
32 __typeof (posix_spawnattr_setsigdefault) __posix_spawnattr_setsigdefault
33 attribute_hidden;
35 __typeof (posix_spawnattr_setsigmask) __posix_spawnattr_setsigmask
36 attribute_hidden;
38 # endif /* !_ISOMAC */
39 #endif /* spawn.h */