diff options
author | Ken Brown <kbrown@cornell.edu> | 2021-01-29 11:30:44 -0500 |
---|---|---|
committer | Ken Brown <kbrown@cornell.edu> | 2021-02-01 09:55:08 -0500 |
commit | c09320552baa87601a3f52068283e4408d4c26b5 (patch) | |
tree | 5ff1da8f8b72145049c0d3a8234c903301d18ed4 /COPYING.LIBGLOSS | |
parent | 5b8358e6ed8496f9c4a7cf6ed0fa740c79ff3719 (diff) | |
download | newlib-c09320552baa87601a3f52068283e4408d4c26b5.zip newlib-c09320552baa87601a3f52068283e4408d4c26b5.tar.gz newlib-c09320552baa87601a3f52068283e4408d4c26b5.tar.bz2 |
Cygwin: include/cygwin/limits.h: new header
The new header defines some Cygwin-specific limits, using private
names. It is included by include/limits.h.
For example, we now have
#define __OPEN_MAX 3200
in include/cygwin/limits.h and
#define OPEN_MAX __OPEN_MAX
in include/limits.h. The purpose is to hide implementation details
from users who view <limits.h>.
Diffstat (limited to 'COPYING.LIBGLOSS')
0 files changed, 0 insertions, 0 deletions