malloc: Add more integrity checks to mremap_chunk.
[glibc.git] / include / spawn.h
blob7fdd965bd780f8de75a564d832885691eeaa3c24
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_destroy)
15 __posix_spawn_file_actions_destroy attribute_hidden;
17 __typeof (posix_spawn_file_actions_init) __posix_spawn_file_actions_init
18 attribute_hidden;
20 __typeof (posix_spawnattr_init) __posix_spawnattr_init
21 attribute_hidden;
23 __typeof (posix_spawnattr_destroy) __posix_spawnattr_destroy
24 attribute_hidden;
26 __typeof (posix_spawnattr_setflags) __posix_spawnattr_setflags
27 attribute_hidden;
29 __typeof (posix_spawnattr_setsigdefault) __posix_spawnattr_setsigdefault
30 attribute_hidden;
32 __typeof (posix_spawnattr_setsigmask) __posix_spawnattr_setsigmask
33 attribute_hidden;
35 # endif /* !_ISOMAC */
36 #endif /* spawn.h */