Opened 18 years ago

Closed 18 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.

Change History (1)

comment:1 Changed 18 years ago by bird

Resolution: fixed
Status: newclosed

This broke touch bar ; ln -sf foo bar .

Note: See TracTickets for help on using tickets.