Opened 18 years ago

Closed 18 years ago

#51 closed defect (fixed)

libc: unlink fails on readonly file

Reported by: bird Owned by: bird
Priority: high Milestone: libc-0.6.1
Component: libc-backend Version: 0.6
Severity: normal Keywords: unlink readonly attributes
Cc:

Description

rm from coreutil fails to delete read-only files. Will change the code to check the attribute on failure.

Change History (1)

comment:1 Changed 18 years ago by bird

Resolution: fixed
Status: newclosed

We also ended up with the wrong rc. Corrected the code such that it will not incorrectly return ENOENT.

Note: See TracTickets for help on using tickets.