mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-30 02:50:25 +08:00
* include/limits.h: Include features.h, as on linux.
This commit is contained in:
parent
071f64d934
commit
776b73dd33
@ -1,3 +1,7 @@
|
||||
2005-05-19 Christopher Faylor <cgf@timesys.com>
|
||||
|
||||
* include/limits.h: Include features.h, as on linux.
|
||||
|
||||
2005-05-19 Christopher Faylor <cgf@timesys.com>
|
||||
|
||||
* include/endian.h: New file.
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* limits.h
|
||||
|
||||
Copyright 1999, 2000, 2001, 2002, 2003, 2004 Red Hat, Inc.
|
||||
Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005 Red Hat, Inc.
|
||||
|
||||
This file is part of Cygwin.
|
||||
|
||||
@ -9,6 +9,9 @@ Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
||||
details. */
|
||||
|
||||
#ifndef _LIMITS_H___
|
||||
|
||||
#include <features.h>
|
||||
|
||||
#ifndef _MACH_MACHLIMITS_H_
|
||||
|
||||
/* _MACH_MACHLIMITS_H_ is used on OSF/1. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user