]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: remove the OPEN_MAX_MAX macro
authorKen Brown <kbrown@cornell.edu>
Fri, 29 Jan 2021 14:14:35 +0000 (09:14 -0500)
committerKen Brown <kbrown@cornell.edu>
Mon, 1 Feb 2021 14:55:08 +0000 (09:55 -0500)
commit5b8358e6ed8496f9c4a7cf6ed0fa740c79ff3719
treede203e68efc3206377bdb1647550c6fcc773cf1c
parentb9cbc49b70c96bed047f8c9f2e995719ca68fc01
Cygwin: remove the OPEN_MAX_MAX macro

Replace all occurrences of OPEN_MAX_MAX by OPEN_MAX, and define the
latter to be 3200, which was the value of the former.  In view of the
recent change to getdtablesize, there is no longer a need to
distinguish between these two macros.
winsup/cygwin/dtable.cc
winsup/cygwin/dtable.h
winsup/cygwin/fcntl.cc
winsup/cygwin/include/limits.h
winsup/cygwin/resource.cc
winsup/cygwin/syscalls.cc
winsup/cygwin/sysconf.cc
This page took 0.029968 seconds and 5 git commands to generate.