Opened 19 years ago
Closed 19 years ago
#61 closed defect (fixed)
libc: symlink(,existing) returns the wrong errno
Reported by: | bird | Owned by: | bird |
---|---|---|---|
Priority: | normal | Milestone: | libc-0.6.1 |
Component: | libc-backend | Version: | 0.6 |
Severity: | normal | Keywords: | symlink errno |
Cc: |
Description
DosOpen fails with 110, which is converted to ENOENT. It should be EEXIST.
Note:
See TracTickets
for help on using tickets.
This broke
touch bar ; ln -sf foo bar
.