(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:
Ron Koenderink 2007-08-16 03:03:22 +00:00
parent f835548ee7
commit 222894093d
2 changed files with 3 additions and 3 deletions

View file

@ -38,9 +38,6 @@
#include "getopt.h"
#include <sys/stat.h>
typedef long ssize_t;
typedef int pid_t;
/*
* posixfile.c
*/

View file

@ -47,6 +47,9 @@
#define random rand
#define srandom srand
typedef long ssize_t;
typedef int pid_t;
/*
* strptime.c
*/