Opened 19 years ago
Closed 19 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.
Note:
See TracTickets
for help on using tickets.
We also ended up with the wrong rc. Corrected the code such that it will not incorrectly return ENOENT.