]> sourceware.org Git - newlib-cygwin.git/commit
2008-03-07 Jeff Johnston <jjohnstn@redhat.com>
authorJeff Johnston <jjohnstn@redhat.com>
Fri, 7 Mar 2008 18:16:35 +0000 (18:16 +0000)
committerJeff Johnston <jjohnstn@redhat.com>
Fri, 7 Mar 2008 18:16:35 +0000 (18:16 +0000)
commitc622842865283fd7b684683b1f12a6ab1519b09b
tree16eb24e8ff8dc0d12bae5ad4e9582cde361ed3b5
parent0382d26727416adf62287dfc0ce66aa9a38db95b
2008-03-07  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/include/getopt.h: Hide newlib extensions under
        the __need_getopt_newlib flag.
        * libc/stdlib/getopt.c: #define __need_getopt_newlib before including
        getopt.h.  Put entire code under !HAVE_GETOPT to support platforms
        with their own getopt implementation.
        * configure.host: Specify HAVE_GETOPT for x86-linux.
newlib/ChangeLog
newlib/configure.host
newlib/libc/include/getopt.h
newlib/libc/stdlib/getopt.c
This page took 0.03249 seconds and 5 git commands to generate.