#include <spawn.h>
int posix_spawn_file_actions_init(posix_spawn_file_actions_t *fa)
{
fa->__actions = 0;
return 0;
}
#ifdef TEST
int
main(void) {
return 0;
}
#endif
![]() |
index : grovel | |
| Unnamed repository; edit this file 'description' to name the repository. | External SSH Git service user |
| aboutsummaryrefslogtreecommitdiff |
#include <spawn.h>
int posix_spawn_file_actions_init(posix_spawn_file_actions_t *fa)
{
fa->__actions = 0;
return 0;
}
#ifdef TEST
int
main(void) {
return 0;
}
#endif