OSDN Git Service

Patch from Jean-Yves Avenard to move the getopt globals to their
authorEric Andersen <andersen@codepoet.org>
Mon, 5 Mar 2001 06:18:33 +0000 (06:18 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 5 Mar 2001 06:18:33 +0000 (06:18 -0000)
commitd7839f55b4d4f73d4d40baafc792382b8cd0dace
tree9795065832e97f0a8142cf796c257bf31f711f03
parent2d858d53fdc3a40c52e83ce6c58f37ba485a1828
Patch from Jean-Yves Avenard to move the getopt globals to their
own file, since at least on SH, weak variables with initial values
(.data stuff) were not working.  Moving these to their own file
seems to be a good way to handle it.
libc/unistd/Makefile
libc/unistd/getopt.c
libc/unistd/getopt_vars.c [new file with mode: 0644]
libc/unistd/gnu_getopt.c