spawn.h 393 B

12345678910111213141516
  1. /* DO NOT EDIT THIS FILE.
  2. It has been auto-edited by fixincludes from:
  3. "fixinc/tests/inc/spawn.h"
  4. This had to be done to correct non-standard usages in the
  5. original, manufacturer supplied header file. */
  6. #if defined( SOLARIS_POSIX_SPAWN_RESTRICT_CHECK )
  7. char *const *_RESTRICT_KYWD argv,
  8. char *const *_RESTRICT_KYWD envp);
  9. #endif /* SOLARIS_POSIX_SPAWN_RESTRICT_CHECK */