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>2004-08-03 18:37:26 +0400
committerCorinna Vinschen <corinna@vinschen.de>2004-08-03 18:37:26 +0400
commit3410b5be3e361f9fc6c429a21d332a220436bca1 (patch)
treedd046579505c45bb3d38f07157193b8e8031f585 /winsup/cygwin/errno.cc
parent8c976716002533dc295aa5e9b9c55172c96ac717 (diff)
* errno.cc (errmap): Add ERROR_TOO_MANY_LINKS -> EMLINK mapping.
* syscalls.cc (link): Only copy files if FS doesn't support hard links.
Diffstat (limited to 'winsup/cygwin/errno.cc')
-rw-r--r--winsup/cygwin/errno.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/errno.cc b/winsup/cygwin/errno.cc
index 7d99f7512..d0a5419e2 100644
--- a/winsup/cygwin/errno.cc
+++ b/winsup/cygwin/errno.cc
@@ -120,6 +120,7 @@ static NO_COPY struct
X (DEVICE_REQUIRES_CLEANING, EIO),
X (DEVICE_DOOR_OPEN, EIO),
X (IO_PENDING, EAGAIN),
+ X (TOO_MANY_LINKS, EMLINK),
{ 0, NULL, 0}
};