Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2001-01-31 15:24:24 +0300
committerCorinna Vinschen <corinna@vinschen.de>2001-01-31 15:24:24 +0300
commit83443511130df643df9e0b094e817cdb5d488c01 (patch)
tree86d105d6eb3fbde43d47e99b182bf1b564461c5b /winsup/cygwin/include/sys
parent44e6d951c798b0e7ab16ad2dd58a289b1633f2ae (diff)
* include/sys/resource.h: Fix typo.
Diffstat (limited to 'winsup/cygwin/include/sys')
-rw-r--r--winsup/cygwin/include/sys/resource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/include/sys/resource.h b/winsup/cygwin/include/sys/resource.h
index a84a85dea..c3fd5a9db 100644
--- a/winsup/cygwin/include/sys/resource.h
+++ b/winsup/cygwin/include/sys/resource.h
@@ -17,7 +17,7 @@ extern "C" {
#define RLIMIT_AS 6 /* address space (virt. memory) limit */
#define RLIMIT_NLIMITS 7 /* upper bound of RLIMIT_* defines */
-#define RLIM_NLIMITS RLIM_NLIMITS
+#define RLIM_NLIMITS RLIMIT_NLIMITS
#define RLIM_INFINITY (0xffffffffUL)
#define RLIM_SAVED_MAX RLIM_INFINITY