OSDN Git Service

Make getopt act the same regardless whether the app was staticly linked
authorEric Andersen <andersen@codepoet.org>
Thu, 3 Jan 2002 09:39:11 +0000 (09:39 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 3 Jan 2002 09:39:11 +0000 (09:39 -0000)
commit24e8f0ec75bc5ac8a809c31fd553ff5e8eff5dc0
tree80ebf3e76e5dfc7cc60a6361cda436b8b68641b4
parentb53580e461f6d83a0d897c61c3c6681b621cf174
Make getopt act the same regardless whether the app was staticly linked
or dynamicly linked.  Obeys the principle of least surprise.
 -Erik
libc/unistd/Makefile
libc/unistd/getopt.c
libc/unistd/getopt_vars.c [deleted file]
libc/unistd/gnu_getopt.c [deleted file]