Opened 19 years ago
Closed 14 years ago
#44 closed defect (fixed)
libc: statvfs reports 14 chars max filename length everywhere
Reported by: | bird | Owned by: | bird |
---|---|---|---|
Priority: | normal | Milestone: | libc-0.6.4 |
Component: | libc | Version: | 0.6 |
Severity: | normal | Keywords: | libc max maxfilename |
Cc: |
Description
I think this is a left over from the DOS days. We should return 255 on HPFS and JFS and 12 on FAT. There are one or two constants too I believe which needs fixing.
Change History (5)
comment:1 by , 14 years ago
Milestone: | libc-0.7 → libc-0.6.4 |
---|---|
Status: | new → assigned |
comment:2 by , 14 years ago
comment:5 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [3687]) libc: Reimplemented pathconf and fpathconf. References #44.