Opened 13 years ago
Last modified 6 years ago
#127 assigned defect
libc: header issues
Reported by: | bird | Owned by: | bird |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | libc | Version: | 0.6 |
Severity: | normal | Keywords: | headers |
Cc: |
Description
Bug where I accumulate header glitches that causes build issues.
Change History (6)
comment:1 Changed 13 years ago by bird
comment:2 Changed 13 years ago by bird
INET_ADDRSTRLEN is missing from netinet/in.h (fixed in 0.6.2).
comment:3 Changed 13 years ago by bird
- Milestone changed from libc-0.6.3 to libc-0.6.4
comment:4 Changed 9 years ago by bird
- Status changed from new to assigned
comment:5 Changed 8 years ago by bird
- Milestone changed from libc-0.6.5 to libc-0.6.6
comment:6 Changed 6 years ago by ydario
- Milestone libc-0.6.6 deleted
Note: See
TracTickets for help on using
tickets.
sys/socket.h defines struct mbstat which causes slirp to fail with a conflicting type. Should probably wrap those bits with an ifdef.
sys/select.h does not include timeval, SuS say it shall. sys/select.h also needs replacing as it's still an old EMX header.