]> sourceware.org Git - newlib-cygwin.git/commitdiff
* libc/stdio/mktemp.c (mkdtemp): Fix type in function name.
authorCorinna Vinschen <corinna@vinschen.de>
Thu, 13 Aug 2009 07:19:33 +0000 (07:19 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Thu, 13 Aug 2009 07:19:33 +0000 (07:19 +0000)
newlib/ChangeLog
newlib/libc/stdio/mktemp.c

index dd3c66c7b355355c5bf6ad1370f03d65321f94be..c75cd8058e81cfcfe26cab8a580acab4d81eeb5d 100644 (file)
@@ -1,4 +1,8 @@
-2009=08-12  Jeff Johnston  <jjohnstn@redhat.com>
+2009-08-13  Corinna Vinschen  <corinna@vinschen.de>
+
+       * libc/stdio/mktemp.c (mkdtemp): Fix type in function name.
+
+2009-08-12  Jeff Johnston  <jjohnstn@redhat.com>
 
        * libc/stdio/mktemp.c (_gettemp): Do not call _mkdir_r unless
        HAVE_MKDIR is defined.
index 185d9df35d247ffd9a34ebe968672973cf7859c0..25e8a012b8006821c8d6277ed9f27a45fe0f77e8 100644 (file)
@@ -301,7 +301,7 @@ _DEFUN(mkstemp, (path),
 
 # if !defined _ELIX_LEVEL || _ELIX_LEVEL >= 4
 char *
-_DEFUN(mkdemp, (path),
+_DEFUN(mkdtemp, (path),
        char *path)
 {
   return (_gettemp (_REENT, path, (int *) NULL, 1, 0) ? path : NULL);
This page took 0.052709 seconds and 5 git commands to generate.