From c11ba63d52f86470878b8ab9c22bfc6676f1dd12 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Fri, 21 Aug 2009 20:25:28 +0000 Subject: 2009-08-21 Craig Howland * libm/common/s_remquo.c (remquo): Fix sign of quotient when |x|==|y|. * libc/stdio/mktemp.c: Add #include for function prototypes. --- newlib/libc/stdio/mktemp.c | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) (limited to 'newlib/libc/stdio/mktemp.c') diff --git a/newlib/libc/stdio/mktemp.c b/newlib/libc/stdio/mktemp.c index 25e8a012b..cfd74ad39 100644 --- a/newlib/libc/stdio/mktemp.c +++ b/newlib/libc/stdio/mktemp.c @@ -55,22 +55,6 @@ ANSI_SYNOPSIS int *_mkstemp_r(struct _reent *<[reent]>, char *<[path]>); int *_mkstemps_r(struct _reent *<[reent]>, char *<[path]>, int <[len]>); -TRAD_SYNOPSIS - #include - char *mktemp(<[path]>) - char *<[path]>; - - int mkstemp(<[path]>) - char *<[path]>; - - char *_mktemp_r(<[reent]>, <[path]>) - struct _reent *<[reent]>; - char *<[path]>; - - int _mkstemp_r(<[reent]>, <[path]>) - struct _reent *<[reent]>; - char *<[path]>; - DESCRIPTION <>, <>, and <> attempt to generate a file name that is not yet in use for any existing file. <> and <> @@ -122,6 +106,7 @@ Supporting OS subroutines required: <>, <>, <>, <>. */ #include <_ansi.h> +#include #include #include #include -- cgit v1.2.3