History log of /openbsd-src/lib/libc/hidden/getopt.h (Results 1 – 2 of 2)
Revision Date Author Comments
# 14437dc7 19-Sep-2015 guenther <guenther@openbsd.org>

Don't wrap initialized variables: binutils appears to be mishandling them
on arm and m88k

problems with optind observed by jsg@


# 0efd2def 12-Sep-2015 guenther <guenther@openbsd.org>

Wrap <getopt.h> to make the functions weak and make access to the initialized
variables go direct. (Common variables cannot be aliased.)