Subversion Repositories Kolibri OS

Rev

Rev 4874 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4874 Rev 4921
Line 27... Line 27...
27
#define WSTOPSIG	WEXITSTATUS
27
#define WSTOPSIG	WEXITSTATUS
Line 28... Line 28...
28
 
28
 
29
pid_t wait (int *);
29
pid_t wait (int *);
Line -... Line 30...
-
 
30
pid_t waitpid (pid_t, int *, int);
-
 
31
 
-
 
32
#ifdef _COMPILING_NEWLIB
-
 
33
pid_t _wait (int *);
30
pid_t waitpid (pid_t, int *, int);
34
#endif
31
 
35
 
32
/* Provide prototypes for most of the _ names that are
36
/* Provide prototypes for most of the _ names that are
Line 33... Line 37...
33
   provided in newlib for some compilers.  */
37
   provided in newlib for some compilers.  */