Opened 11 years ago
Closed 10 years ago
#10949 closed bug (fixed)
strcasecmp and co() should be moved to strings.h
Reported by: | korli | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | System/POSIX | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
strcasecmp and co() should be moved to strings.h and strings.h shouldn't include string.h.
http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/strings.h.html
bcmp, bcopy, bzero, index, rindex should be removed/ifdefed from string.h
Note:
See TracTickets
for help on using tickets.
Fixed in hrev47655.