Opened 19 years ago
Closed 19 years ago
#68 closed defect (fixed)
libc: getopt prototype clashes (getopt.h/unistd.h)
Reported by: | bird | Owned by: | bird |
---|---|---|---|
Priority: | normal | Milestone: | libc-0.6.1 |
Component: | libc | Version: | 0.6 |
Severity: | normal | Keywords: | getopt.h unistd.h |
Cc: |
Description
getopt() is prototyped in different ways in getopt.h and unistd.h because of the different header origins (GLIBC and FreeBSD). The blocker used in unistd.h should be used in getopt.h too.
Note:
See TracTickets
for help on using tickets.