* winsup.h: take out protections of environ, errno, allow C use
* *.cc: put winsup.h before other headers (for __INSIDE_CYGWIN__); use cur_environ() instead of just environ * times.cc: remove import protections * glob.c: add winsup.h * localtime.c: ditto * smallprint.c: ditto * Makefile.in: don't __INSIDE_CYGWIN__ as it messes up profiling.
This commit is contained in:
@@ -71,6 +71,7 @@ details. */
|
||||
c: means c:\.
|
||||
*/
|
||||
|
||||
#include "winsup.h"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <sys/mount.h>
|
||||
@@ -78,7 +79,6 @@ details. */
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
#include "winsup.h"
|
||||
#include <ctype.h>
|
||||
#include <winioctl.h>
|
||||
|
||||
|
Reference in New Issue
Block a user