com32: add getopt_long() to the library
authorH. Peter Anvin <hpa@zytor.com>
Sat, 3 Jul 2010 00:57:17 +0000 (17:57 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 3 Jul 2010 00:57:17 +0000 (17:57 -0700)
commit9c6db1a0f333ba89961bbf92e155e9fc597f6d7b
tree3a7482091cef8c4146de2e0f01e5145de6d77ed2
parentdc07c5b57f44c8680d46b1615c69d5827b38d200
com32: add getopt_long() to the library

Add getopt_long() to the library.  This is code lifted straight out of
klibc.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
com32/include/getopt.h [new file with mode: 0644]
com32/lib/Makefile
com32/lib/getopt_long.c [new file with mode: 0644]