OSDN Git Service

2009=08-12 Jeff Johnston <jjohnstn@redhat.com>
authorjjohnstn <jjohnstn>
Wed, 12 Aug 2009 18:22:37 +0000 (18:22 +0000)
committerjjohnstn <jjohnstn>
Wed, 12 Aug 2009 18:22:37 +0000 (18:22 +0000)
commit9ddc9082fea84fedfb47b158b210948617b94d88
tree85c9332c06eac6bb2737524740fd13883d9b7241
parent9a08c6ea75c577914126e46dfbbe1378a3915d5a
2009=08-12  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/stdio/mktemp.c (_gettemp): Do not call _mkdir_r unless
        HAVE_MKDIR is defined.

2009-08-12  Hans-Peter Nilsson  <hp@axis.com>

        * libc/include/reent.h: Add prototype and definition of _mkdir_r.
        * libc/reent/Makefile.am (GENERAL_SOURCES): Add mkdirr.c.
        (CHEWOUT_FILES): Add mkdirr.def.
        * libc/reent/Makefile.in: Regenerate.
        * libc/reent/mkdirr.c: New file.
newlib/ChangeLog
newlib/libc/include/reent.h
newlib/libc/reent/Makefile.am
newlib/libc/reent/Makefile.in
newlib/libc/reent/mkdirr.c [new file with mode: 0644]
newlib/libc/stdio/mktemp.c