(ssize_t, pid_t) [_WIN32]: Move from misc.h to POSIX's location

in unistd.h.
This commit is contained in:
Ron Koenderink 2007-08-15 01:48:40 +00:00
parent 9e1e242b4e
commit 287aa9d162
2 changed files with 3 additions and 3 deletions

View file

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