(ssize_t, pid_t) [_WIN32]: Back out the previous revision of unistd.h
and move to w32misc.h instead. Belong into sys/types.h but we can't fix system headers.
This commit is contained in:
parent
f835548ee7
commit
222894093d
2 changed files with 3 additions and 3 deletions
|
@ -38,9 +38,6 @@
|
||||||
#include "getopt.h"
|
#include "getopt.h"
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
|
||||||
typedef long ssize_t;
|
|
||||||
typedef int pid_t;
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* posixfile.c
|
* posixfile.c
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -47,6 +47,9 @@
|
||||||
#define random rand
|
#define random rand
|
||||||
#define srandom srand
|
#define srandom srand
|
||||||
|
|
||||||
|
typedef long ssize_t;
|
||||||
|
typedef int pid_t;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* strptime.c
|
* strptime.c
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue