(ssize_t, pid_t) [_WIN32]: Move from misc.h to POSIX's location
in unistd.h.
This commit is contained in:
parent
9e1e242b4e
commit
287aa9d162
2 changed files with 3 additions and 3 deletions
|
@ -38,6 +38,9 @@
|
|||
#include "getopt.h"
|
||||
#include <sys/stat.h>
|
||||
|
||||
typedef long ssize_t;
|
||||
typedef int pid_t;
|
||||
|
||||
/*
|
||||
* posixfile.c
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue