change typedef for pid_t

SVN revision: 62862
This commit is contained in:
Vincent Torri 2011-08-26 15:59:42 +00:00
parent 3c456311b3
commit 6379fe2264
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ extern "C" {
# define W_OK 2 /* Check for write permission */
# define R_OK 4 /* Check for read permission */
typedef int pid_t;
typedef DWORD pid_t;
typedef unsigned short mode_t;
typedef unsigned short uint16_t;