This commit is contained in:
Christopher Faylor 2001-05-04 21:09:47 +00:00
parent 6731c77ee2
commit 1ca62f42d0
2 changed files with 3 additions and 2 deletions

View File

@ -15,7 +15,7 @@ enum
__SIGFLUSH = -2, __SIGFLUSH = -2,
__SIGSTRACE = -1, __SIGSTRACE = -1,
__SIGUNUSED = 0, __SIGUNUSED = 0,
__SIGOFFSET = 3 __SIGOFFSET = 2
}; };
#define PSIZE 63 #define PSIZE 63

View File

@ -10,8 +10,9 @@ This software is a copyrighted work licensed under the terms of the
Cygwin license. Please consult the file "CYGWIN_LICENSE" for Cygwin license. Please consult the file "CYGWIN_LICENSE" for
details. */ details. */
#include "winsup.h" #define WIN32_LEAN_AND_MEAN
#include <shlobj.h> #include <shlobj.h>
#include "winsup.h"
#include <ctype.h> #include <ctype.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/mount.h> #include <sys/mount.h>