[BACK]Return to spawn.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / include

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/include/spawn.h between version 1.3 and 1.4

version 1.3, 2012/02/21 10:54:07 version 1.4, 2012/02/22 17:51:01
Line 40  __BEGIN_DECLS
Line 40  __BEGIN_DECLS
  */   */
 int posix_spawn(pid_t * __restrict, const char * __restrict,  int posix_spawn(pid_t * __restrict, const char * __restrict,
     const posix_spawn_file_actions_t *, const posix_spawnattr_t * __restrict,      const posix_spawn_file_actions_t *, const posix_spawnattr_t * __restrict,
     char * const [__conly_restrict], char * const [__conly_restrict]);      char * const *__restrict, char * const *__restrict);
 int posix_spawnp(pid_t * __restrict, const char * __restrict,  int posix_spawnp(pid_t * __restrict, const char * __restrict,
     const posix_spawn_file_actions_t *, const posix_spawnattr_t * __restrict,      const posix_spawn_file_actions_t *, const posix_spawnattr_t * __restrict,
     char * const [__conly_restrict], char * const [__conly_restrict]);      char * const *__restrict, char * const *__restrict);
   
 /*  /*
  * File descriptor actions   * File descriptor actions

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

CVSweb <webmaster@jp.NetBSD.org>