mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-22 00:38:06 +08:00
* Makefile.in: Autogenerate cygwin.def when appropriate.
* include/sys/cygwin.h: Correct prototype.
This commit is contained in:
parent
d7cea2d3eb
commit
d69257a1a4
@ -1,3 +1,8 @@
|
|||||||
|
Thu Jun 22 17:50:59 2000 Christopher Faylor <cgf@cygnus.com>
|
||||||
|
|
||||||
|
* Makefile.in: Autogenerate cygwin.def when appropriate.
|
||||||
|
* include/sys/cygwin.h: Correct prototype.
|
||||||
|
|
||||||
Thu Jun 22 17:05:04 2000 Christopher Faylor <cgf@cygnus.com>
|
Thu Jun 22 17:05:04 2000 Christopher Faylor <cgf@cygnus.com>
|
||||||
|
|
||||||
* include/sys/cygwin.h: Don't define parts of this file that rely on
|
* include/sys/cygwin.h: Don't define parts of this file that rely on
|
||||||
|
@ -165,7 +165,7 @@ install: all $(install_host) $(install_target)
|
|||||||
install_host:
|
install_host:
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
-rm -f *.o *.dll *.a *.exp junk *.base *.def version.cc regexp/*.o winver_stamp *.exe
|
-rm -f *.o *.dll *.a *.exp junk *.base version.cc regexp/*.o winver_stamp *.exe
|
||||||
|
|
||||||
maintainer-clean realclean: clean
|
maintainer-clean realclean: clean
|
||||||
@echo "This command is intended for maintainers to use;"
|
@echo "This command is intended for maintainers to use;"
|
||||||
@ -269,6 +269,9 @@ check: testsuite/site.exp
|
|||||||
|
|
||||||
Makefile: cygwin.din
|
Makefile: cygwin.din
|
||||||
|
|
||||||
|
$(DEF_FILE): cygwin.din config.status
|
||||||
|
$(SHELL) config.status
|
||||||
|
|
||||||
# .h file dependencies
|
# .h file dependencies
|
||||||
# This may be overkill, but it's better than the previous situation.
|
# This may be overkill, but it's better than the previous situation.
|
||||||
# As files/dependencies are added and removed from Cygwin, please keep
|
# As files/dependencies are added and removed from Cygwin, please keep
|
||||||
|
@ -41,8 +41,8 @@ extern HANDLE cygwin_logon_user (const struct passwd *, const char *);
|
|||||||
extern void cygwin_set_impersonation_token (const HANDLE);
|
extern void cygwin_set_impersonation_token (const HANDLE);
|
||||||
|
|
||||||
/* included if <windows.h> is included */
|
/* included if <windows.h> is included */
|
||||||
extern int cygwin32_attach_handle_to_fd (char *, int, HANDLE, int, int);
|
extern int cygwin32_attach_handle_to_fd (char *, int, HANDLE, mode_t, DWORD);
|
||||||
extern int cygwin_attach_handle_to_fd (char *, int, HANDLE, mode_t, unsigned);
|
extern int cygwin_attach_handle_to_fd (char *, int, HANDLE, mode_t, DWORD);
|
||||||
|
|
||||||
#include <sys/resource.h>
|
#include <sys/resource.h>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user