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:
authorChristopher Faylor <me@cgf.cx>2005-03-28 22:06:49 +0400
committerChristopher Faylor <me@cgf.cx>2005-03-28 22:06:49 +0400
commit12f9fb4972db8e9a25cff1cd7a9b847cd2846556 (patch)
treef1898c8d954f0cdcd50ee35b49b4193e9dc78937 /winsup/cygwin/errno.cc
parentc0add211e45e8051c96feebe7e1d4b57d00a4b91 (diff)
* timer.cc (timer_tracker::timer_tracker): Eliminate simple constructor.
(ttstart): Fully initialize. * errno.cc: Fix typo introduced in previous change.
Diffstat (limited to 'winsup/cygwin/errno.cc')
-rw-r--r--winsup/cygwin/errno.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/errno.cc b/winsup/cygwin/errno.cc
index c2ba157d8..265e42318 100644
--- a/winsup/cygwin/errno.cc
+++ b/winsup/cygwin/errno.cc
@@ -78,7 +78,7 @@ static NO_COPY struct
X (BUSY, EBUSY),
X (ALREADY_EXISTS, EEXIST),
X (NO_SIGNAL_SENT, EIO),
- X (FILENAME_EXCED_RANGE, ENAMETOOLONG,
+ X (FILENAME_EXCED_RANGE, ENAMETOOLONG),
X (META_EXPANSION_TOO_LONG, EINVAL),
X (INVALID_SIGNAL_NUMBER, EINVAL),
X (THREAD_1_INACTIVE, EINVAL),