mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-31 11:30:56 +08:00
* lib/cygwin_attach_dll.c: Fix compiler warning.
* lib/cygwin_crt0.c: Ditto.
This commit is contained in:
parent
de16566998
commit
ba5f4d5087
@ -1,3 +1,8 @@
|
||||
2007-08-02 Christopher Faylor <me+cygwin@cgf.cx>
|
||||
|
||||
* lib/cygwin_attach_dll.c: Fix compiler warning.
|
||||
* lib/cygwin_crt0.c: Ditto.
|
||||
|
||||
2007-08-02 Christopher Faylor <me+cygwin@cgf.cx>
|
||||
|
||||
* dcrt0.cc (codepage_type): Remove definition.
|
||||
|
@ -10,6 +10,8 @@ details. */
|
||||
|
||||
#undef __INSIDE_CYGWIN__
|
||||
#include <windows.h>
|
||||
#include <time.h> /* Needed since call to sys/time.h via sys/cygwin.h
|
||||
complains otherwise */
|
||||
#include <sys/cygwin.h>
|
||||
#include "crt0.h"
|
||||
|
||||
|
@ -10,6 +10,8 @@ details. */
|
||||
|
||||
#undef __INSIDE_CYGWIN__
|
||||
#include <windows.h>
|
||||
#include <time.h> /* Needed since call to sys/time.h via sys/cygwin.h
|
||||
complains otherwise */
|
||||
#include <sys/cygwin.h>
|
||||
#include <stdlib.h>
|
||||
#include "crt0.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user