Opened 12 years ago
Closed 12 years ago
#9327 closed bug (fixed)
sys/select.h not self-contained
Reported by: | korli | Owned by: | korli |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | System/POSIX | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
The implementation of FD_ZERO calls memset() without pulling in string.h.
See http://www.google-melange.com/gci/task/view/google/gci2012/8059207
Change History (2)
comment:1 by , 12 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in hrev45097.