OSDN Git Service

* resource.cc (getrlimit): Return getdtablesize () as current limit
authorcorinna <corinna>
Thu, 16 Aug 2001 14:29:21 +0000 (14:29 +0000)
committercorinna <corinna>
Thu, 16 Aug 2001 14:29:21 +0000 (14:29 +0000)
commite15a4484ac5ded9d2b8a52bfe596d6f5cc5670e2
tree060ec9014df579dbdf78ce294715c98419ee064f
parent396ff07b91c95ecac134b7e252a9742472365185
    * resource.cc (getrlimit): Return getdtablesize () as current limit
        on RLIMIT_NOFILE.
        * syscalls.cc (getdtablesize): Return OPEN_MAX if current dtable size
        is less than OPEN_MAX, the current dtable size otherwise.
        * sysconf.cc (sysconf): Return getdtablesize () on _SC_OPEN_MAX.
winsup/cygwin/ChangeLog
winsup/cygwin/resource.cc
winsup/cygwin/syscalls.cc
winsup/cygwin/sysconf.cc