(_getopt_initialize): Take additional parameter.
commita05b1cedd04f2151efc4fcae53ef8e876f7dff0c
authorUlrich Drepper <drepper@redhat.com>
Thu, 26 Feb 2009 01:20:56 +0000 (26 01:20 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 26 Feb 2009 01:20:56 +0000 (26 01:20 +0000)
tree0f627f994110e781e39e68043d7ff594e39c8079
parent8a3d6603746334eb390e7a51ef0231be32b9d93f
(_getopt_initialize): Take additional parameter.
Use it to alternatively initialize __posixly_correct.
(_getopt_internal_r): Take addition parameter.  Pass on to
_getopt_initialize.
(_getopt_internal): Take addition parameter.  Pass on to
_getopt_internal_r.
(getopt): Pass additional zero to _getopt_internal.
(__posix_getopt): New function.
posix/getopt.c