Opened 8 years ago
#370 new defect
off_t in stdio.h
Reported by: | KO Myung-Hun | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | new |
Component: | libc | Version: | 0.6.6 |
Severity: | normal | Keywords: | |
Cc: |
Description
many functions in stdio.h uses off_t. However, standard declarations uses off_t not off_t. Many open sources assumes that off_t is declared when including stdio.h.
Even if not modifying declarations using off_t, at least off_t should be declared in stdio.h.
Note:
See TracTickets
for help on using tickets.