From 1dc1ccd4aef6165bcdb88240dc422aa67c9ef930 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Fri, 31 Oct 2008 21:08:03 +0000 Subject: 2008-10-31 Jeff Johnston * libc/stdio/diprintf.c: Modify documentation so eclipse newlib libhover docs generate properly. * libc/stdio/dprintf.c: Ditto. * libc/stdio/fflush.c: Ditto. * libc/stdio/fopencookie.c: Ditto. * libc/stdio/fread.c: Ditto. * libc/stdio/fsetpos.c: Ditto. * libc/stdio/getc_u.c: Ditto. * libc/stdio/getchar_u.c: Ditto. * libc/stdio/putc_u.c: Ditto. * libc/stdio/putchar_u.c: Ditto. * libc/stdio/remove.c: Ditto. * libc/stdio/siprintf.c: Ditto. * libc/stdio/siscanf.c: Ditto. * libc/stdio/sprintf.c: Ditto. * libc/stdio/sscanf.c: Ditto. * libc/stdio/vfprintf.c: Ditto. * libc/stdio/vfscanf.c: Ditto. * libc/stdio/viprintf.c: Ditto. * libc/stdio/viscanf.c: Ditto. * libc/stdlib/calloc.c: Ditto. * libc/stdlib/efgcvt.c: Ditto. * libc/stdlib/envlock.c: Ditto. * libc/time/asctime.c: Ditto. * libc/time/ctime.c: Ditto. * libc/time/gmtime.c: Ditto. * libc/time/lcltime.c: Ditto. * libc/time/tzset.c: Ditto. * libc/stdlib/envlock.h: Moved to libc/include. --- newlib/ChangeLog | 32 ++++++++++++++++++++++++++++++ newlib/libc/stdio/diprintf.c | 6 +++++- newlib/libc/stdio/dprintf.c | 4 ++++ newlib/libc/stdio/fflush.c | 2 ++ newlib/libc/stdio/fopencookie.c | 13 ++++++------ newlib/libc/stdio/fread.c | 3 +-- newlib/libc/stdio/fsetpos.c | 2 +- newlib/libc/stdio/getc_u.c | 2 +- newlib/libc/stdio/getchar_u.c | 2 +- newlib/libc/stdio/putc_u.c | 2 +- newlib/libc/stdio/putchar_u.c | 2 +- newlib/libc/stdio/remove.c | 2 ++ newlib/libc/stdio/siprintf.c | 44 +++++++++++++++++++++++++---------------- newlib/libc/stdio/siscanf.c | 22 ++++++++++++--------- newlib/libc/stdio/sprintf.c | 44 +++++++++++++++++++++++++---------------- newlib/libc/stdio/sscanf.c | 22 ++++++++++++--------- newlib/libc/stdio/vfprintf.c | 18 +++++++++++++---- newlib/libc/stdio/vfscanf.c | 6 ++++++ newlib/libc/stdio/viprintf.c | 18 +++++++++++++---- newlib/libc/stdio/viscanf.c | 6 ++++++ newlib/libc/stdlib/calloc.c | 2 +- newlib/libc/stdlib/efgcvt.c | 4 ++++ newlib/libc/stdlib/envlock.c | 2 +- newlib/libc/stdlib/envlock.h | 15 -------------- newlib/libc/time/asctime.c | 2 +- newlib/libc/time/ctime.c | 2 ++ newlib/libc/time/gmtime.c | 2 ++ newlib/libc/time/lcltime.c | 2 ++ newlib/libc/time/tzset.c | 2 ++ 29 files changed, 193 insertions(+), 92 deletions(-) delete mode 100644 newlib/libc/stdlib/envlock.h diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 85a5004a5..394635b13 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,35 @@ +2008-10-31 Jeff Johnston + + * libc/stdio/diprintf.c: Modify documentation so eclipse newlib + libhover docs generate properly. + * libc/stdio/dprintf.c: Ditto. + * libc/stdio/fflush.c: Ditto. + * libc/stdio/fopencookie.c: Ditto. + * libc/stdio/fread.c: Ditto. + * libc/stdio/fsetpos.c: Ditto. + * libc/stdio/getc_u.c: Ditto. + * libc/stdio/getchar_u.c: Ditto. + * libc/stdio/putc_u.c: Ditto. + * libc/stdio/putchar_u.c: Ditto. + * libc/stdio/remove.c: Ditto. + * libc/stdio/siprintf.c: Ditto. + * libc/stdio/siscanf.c: Ditto. + * libc/stdio/sprintf.c: Ditto. + * libc/stdio/sscanf.c: Ditto. + * libc/stdio/vfprintf.c: Ditto. + * libc/stdio/vfscanf.c: Ditto. + * libc/stdio/viprintf.c: Ditto. + * libc/stdio/viscanf.c: Ditto. + * libc/stdlib/calloc.c: Ditto. + * libc/stdlib/efgcvt.c: Ditto. + * libc/stdlib/envlock.c: Ditto. + * libc/time/asctime.c: Ditto. + * libc/time/ctime.c: Ditto. + * libc/time/gmtime.c: Ditto. + * libc/time/lcltime.c: Ditto. + * libc/time/tzset.c: Ditto. + * libc/stdlib/envlock.h: Moved to libc/include. + 2008-10-31 Jeff Johnston * libc/include/limits.h: Add ARG_MAX, PATH_MAX, and _POSIX2_RE_DUP_MAX. diff --git a/newlib/libc/stdio/diprintf.c b/newlib/libc/stdio/diprintf.c index 171bf6414..e0a5595e1 100644 --- a/newlib/libc/stdio/diprintf.c +++ b/newlib/libc/stdio/diprintf.c @@ -9,8 +9,12 @@ FUNCTION INDEX diprintf +INDEX + _diprintf_r INDEX vdiprintf +INDEX + _vdiprintf_r ANSI_SYNOPSIS #include @@ -19,7 +23,7 @@ ANSI_SYNOPSIS int vdiprintf(int <[fd]>, const char *<[format]>, va_list <[ap]>); int _diprintf_r(struct _reent *<[ptr]>, int <[fd]>, const char *<[format]>, ...); - int _vidprintf_r(struct _reent *<[ptr]>, int <[fd]>, + int _vdiprintf_r(struct _reent *<[ptr]>, int <[fd]>, const char *<[format]>, va_list <[ap]>); DESCRIPTION diff --git a/newlib/libc/stdio/dprintf.c b/newlib/libc/stdio/dprintf.c index b0eb19192..e2d8b36ca 100644 --- a/newlib/libc/stdio/dprintf.c +++ b/newlib/libc/stdio/dprintf.c @@ -9,8 +9,12 @@ FUNCTION INDEX dprintf +INDEX + _dprintf_r INDEX vdprintf +INDEX + _vdprintf_r ANSI_SYNOPSIS #include diff --git a/newlib/libc/stdio/fflush.c b/newlib/libc/stdio/fflush.c index 33e2e7b26..218940dcf 100644 --- a/newlib/libc/stdio/fflush.c +++ b/newlib/libc/stdio/fflush.c @@ -21,6 +21,8 @@ FUNCTION INDEX fflush +INDEX + _fflush_r ANSI_SYNOPSIS #include diff --git a/newlib/libc/stdio/fopencookie.c b/newlib/libc/stdio/fopencookie.c index 854bb49e9..5148c8a1a 100644 --- a/newlib/libc/stdio/fopencookie.c +++ b/newlib/libc/stdio/fopencookie.c @@ -12,6 +12,13 @@ INDEX ANSI_SYNOPSIS #include + FILE *fopencookie(const void *<[cookie]>, const char *<[mode]>, + cookie_io_functions_t <[functions]>); + +DESCRIPTION +<> creates a <> stream where I/O is performed using +custom callbacks. The callbacks are registered via the structure: + typedef ssize_t (*cookie_read_function_t)(void *_cookie, char *_buf, size_t _n); typedef ssize_t (*cookie_write_function_t)(void *_cookie, @@ -19,12 +26,6 @@ ANSI_SYNOPSIS typedef int (*cookie_seek_function_t)(void *_cookie, off_t *_off, int _whence); typedef int (*cookie_close_function_t)(void *_cookie); - FILE *fopencookie(const void *<[cookie]>, const char *<[mode]>, - cookie_io_functions_t <[functions]>); - -DESCRIPTION -<> creates a <> stream where I/O is performed using -custom callbacks. The callbacks are registered via the structure: . typedef struct . { diff --git a/newlib/libc/stdio/fread.c b/newlib/libc/stdio/fread.c index 596952bec..8c0697c5c 100644 --- a/newlib/libc/stdio/fread.c +++ b/newlib/libc/stdio/fread.c @@ -31,8 +31,7 @@ ANSI_SYNOPSIS #include size_t _fread_r(struct _reent *<[ptr]>, void *<[buf]>, - size_t <[size]>, size_t <[count]>, - FILE *<[fp]>); + size_t <[size]>, size_t <[count]>, FILE *<[fp]>); TRAD_SYNOPSIS #include diff --git a/newlib/libc/stdio/fsetpos.c b/newlib/libc/stdio/fsetpos.c index e2dd39bc8..d1596293b 100644 --- a/newlib/libc/stdio/fsetpos.c +++ b/newlib/libc/stdio/fsetpos.c @@ -27,7 +27,7 @@ INDEX ANSI_SYNOPSIS #include int fsetpos(FILE *<[fp]>, const fpos_t *<[pos]>); - int _fsetpos_r(struct _reent *<[ptr]>, FILE *<[fp]>, l + int _fsetpos_r(struct _reent *<[ptr]>, FILE *<[fp]>, const fpos_t *<[pos]>); TRAD_SYNOPSIS diff --git a/newlib/libc/stdio/getc_u.c b/newlib/libc/stdio/getc_u.c index 7d7adde60..6b71ce52d 100644 --- a/newlib/libc/stdio/getc_u.c +++ b/newlib/libc/stdio/getc_u.c @@ -24,7 +24,7 @@ INDEX INDEX _getc_unlocked_r -POSIX_SYNOPSIS +SYNOPSIS #include int getc_unlocked(FILE *<[fp]>); diff --git a/newlib/libc/stdio/getchar_u.c b/newlib/libc/stdio/getchar_u.c index ce4014519..22254cbf5 100644 --- a/newlib/libc/stdio/getchar_u.c +++ b/newlib/libc/stdio/getchar_u.c @@ -24,7 +24,7 @@ INDEX INDEX _getchar_unlocked_r -POSIX_SYNOPSIS +SYNOPSIS #include int getchar_unlocked(); diff --git a/newlib/libc/stdio/putc_u.c b/newlib/libc/stdio/putc_u.c index 9960654d7..f710aaf57 100644 --- a/newlib/libc/stdio/putc_u.c +++ b/newlib/libc/stdio/putc_u.c @@ -24,7 +24,7 @@ INDEX INDEX _putc_unlocked_r -POSIX_SYNOPSIS +SYNOPSIS #include int putc_unlocked(int <[ch]>, FILE *<[fp]>); diff --git a/newlib/libc/stdio/putchar_u.c b/newlib/libc/stdio/putchar_u.c index 423ad77f1..a866c7799 100644 --- a/newlib/libc/stdio/putchar_u.c +++ b/newlib/libc/stdio/putchar_u.c @@ -22,7 +22,7 @@ FUNCTION INDEX putchar_unlocked -POSIX_SYNOPSIS +SYNOPSIS #include int putchar_unlocked(int <[ch]>); diff --git a/newlib/libc/stdio/remove.c b/newlib/libc/stdio/remove.c index e026ce567..5a3e16be9 100644 --- a/newlib/libc/stdio/remove.c +++ b/newlib/libc/stdio/remove.c @@ -21,6 +21,8 @@ FUNCTION INDEX remove +INDEX + _remove_r ANSI_SYNOPSIS #include diff --git a/newlib/libc/stdio/siprintf.c b/newlib/libc/stdio/siprintf.c index d6a0e1983..f0a80980c 100644 --- a/newlib/libc/stdio/siprintf.c +++ b/newlib/libc/stdio/siprintf.c @@ -21,42 +21,52 @@ FUNCTION INDEX fiprintf +INDEX + _fiprintf_r INDEX iprintf +INDEX + _iprintf_r INDEX siprintf +INDEX + _siprintf_r INDEX sniprintf +INDEX + _sniprintf_r INDEX asiprintf +INDEX + _asiprintf_r INDEX asniprintf +INDEX + _asniprintf_r ANSI_SYNOPSIS #include - int iprintf(const char *<[format]> [, <[arg]>, ...]); - int fiprintf(FILE *<[fd]>, const char *<[format]> [, <[arg]>, ...]); - int siprintf(char *<[str]>, const char *<[format]> [, <[arg]>, ...]); - int sniprintf(char *<[str]>, size_t <[size]>, const char *<[format]> - [, <[arg]>, ...]); - int asiprintf(char **<[strp]>, const char *<[format]> [, <[arg]>, ...]); - char *asniprintf(char *<[str]>, size_t *<[size]>, const char *<[format]> - [, <[arg]>, ...]); - - int _iprintf_r(struct _reent *<[ptr]>, const char *<[format]> - [, <[arg]>, ...]); + int iprintf(const char *<[format]>, ...); + int fiprintf(FILE *<[fd]>, const char *<[format]> , ...); + int siprintf(char *<[str]>, const char *<[format]>, ...); + int sniprintf(char *<[str]>, size_t <[size]>, const char *<[format]>, + ...); + int asiprintf(char **<[strp]>, const char *<[format]>, ...); + char *asniprintf(char *<[str]>, size_t *<[size]>, + const char *<[format]>, ...); + + int _iprintf_r(struct _reent *<[ptr]>, const char *<[format]>, ...); int _fiprintf_r(struct _reent *<[ptr]>, FILE *<[fd]>, - const char *<[format]> [, <[arg]>, ...]); + const char *<[format]>, ...); int _siprintf_r(struct _reent *<[ptr]>, char *<[str]>, - const char *<[format]> [, <[arg]>, ...]); + const char *<[format]>, ...); int _sniprintf_r(struct _reent *<[ptr]>, char *<[str]>, size_t <[size]>, - const char *<[format]> [, <[arg]>, ...]); + const char *<[format]>, ...); int _asiprintf_r(struct _reent *<[ptr]>, char **<[strp]>, - const char *<[format]> [, <[arg]>, ...]); + const char *<[format]>, ...); char *_asniprintf_r(struct _reent *<[ptr]>, char *<[str]>, - size_t *<[size]>, const char *<[format]> - [, <[arg]>, ...]); + size_t *<[size]>, const char *<[format]>, ...); DESCRIPTION <>, <>, <>, <>, diff --git a/newlib/libc/stdio/siscanf.c b/newlib/libc/stdio/siscanf.c index a64e2a891..cbf434c39 100644 --- a/newlib/libc/stdio/siscanf.c +++ b/newlib/libc/stdio/siscanf.c @@ -21,25 +21,29 @@ FUNCTION INDEX iscanf +INDEX + _iscanf_r INDEX fiscanf +INDEX + _fiscanf_r INDEX siscanf +INDEX + _siscanf_r ANSI_SYNOPSIS #include - int iscanf(const char *<[format]> [, <[arg]>, ...]); - int fiscanf(FILE *<[fd]>, const char *<[format]> [, <[arg]>, ...]); - int siscanf(const char *<[str]>, const char *<[format]> - [, <[arg]>, ...]); + int iscanf(const char *<[format]>, ...); + int fiscanf(FILE *<[fd]>, const char *<[format]>, ...); + int siscanf(const char *<[str]>, const char *<[format]>, ...); - int _iscanf_r(struct _reent *<[ptr]>, const char *<[format]> - [, <[arg]>, ...]); - int _fiscanf_r(struct _reent *<[ptr]>, FILE *<[fd]>, const char *<[format]> - [, <[arg]>, ...]); + int _iscanf_r(struct _reent *<[ptr]>, const char *<[format]>, ...); + int _fiscanf_r(struct _reent *<[ptr]>, FILE *<[fd]>, + const char *<[format]>, ...); int _siscanf_r(struct _reent *<[ptr]>, const char *<[str]>, - const char *<[format]> [, <[arg]>, ...]); + const char *<[format]>, ...); TRAD_SYNOPSIS diff --git a/newlib/libc/stdio/sprintf.c b/newlib/libc/stdio/sprintf.c index 48d811cf6..1d81ebdf9 100644 --- a/newlib/libc/stdio/sprintf.c +++ b/newlib/libc/stdio/sprintf.c @@ -21,42 +21,52 @@ FUNCTION INDEX fprintf +INDEX + _fprintf_r INDEX printf +INDEX + _printf_r INDEX asprintf +INDEX + _asprintf_r INDEX sprintf +INDEX + _sprintf_r INDEX snprintf +INDEX + _snprintf_r INDEX asnprintf +INDEX + _asnprintf_r ANSI_SYNOPSIS #include - int printf(const char *<[format]> [, <[arg]>, ...]); - int fprintf(FILE *<[fd]>, const char *<[format]> [, <[arg]>, ...]); - int sprintf(char *<[str]>, const char *<[format]> [, <[arg]>, ...]); - int snprintf(char *<[str]>, size_t <[size]>, const char *<[format]> - [, <[arg]>, ...]); - int asprintf(char **<[strp]>, const char *<[format]> [, <[arg]>, ...]); - char *asnprintf(char *<[str]>, size_t *<[size]>, const char *<[format]> - [, <[arg]>, ...]); - - int _printf_r(struct _reent *<[ptr]>, const char *<[format]> - [, <[arg]>, ...]); + int printf(const char *<[format]>, ...); + int fprintf(FILE *<[fd]>, const char *<[format]>, ...); + int sprintf(char *<[str]>, const char *<[format]>, ...); + int snprintf(char *<[str]>, size_t <[size]>, const char *<[format]>, + ...); + int asprintf(char **<[strp]>, const char *<[format]>, ...); + char *asnprintf(char *<[str]>, size_t *<[size]>, const char *<[format]>, + ...); + + int _printf_r(struct _reent *<[ptr]>, const char *<[format]>, ...); int _fprintf_r(struct _reent *<[ptr]>, FILE *<[fd]>, - const char *<[format]> [, <[arg]>, ...]); + const char *<[format]>, ...); int _sprintf_r(struct _reent *<[ptr]>, char *<[str]>, - const char *<[format]> [, <[arg]>, ...]); + const char *<[format]>, ...); int _snprintf_r(struct _reent *<[ptr]>, char *<[str]>, size_t <[size]>, - const char *<[format]> [, <[arg]>, ...]); + const char *<[format]>, ...); int _asprintf_r(struct _reent *<[ptr]>, char **<[strp]>, - const char *<[format]> [, <[arg]>, ...]); + const char *<[format]>, ...); char *_asnprintf_r(struct _reent *<[ptr]>, char *<[str]>, - size_t *<[size]>, const char *<[format]> - [, <[arg]>, ...]); + size_t *<[size]>, const char *<[format]>, ...); DESCRIPTION <> accepts a series of arguments, applies to each a diff --git a/newlib/libc/stdio/sscanf.c b/newlib/libc/stdio/sscanf.c index b09390380..37cd7ca30 100644 --- a/newlib/libc/stdio/sscanf.c +++ b/newlib/libc/stdio/sscanf.c @@ -21,25 +21,29 @@ FUNCTION INDEX scanf +INDEX + _scanf_r INDEX fscanf +INDEX + _fscanf_r INDEX sscanf +INDEX + _sscanf_r ANSI_SYNOPSIS #include - int scanf(const char *<[format]> [, <[arg]>, ...]); - int fscanf(FILE *<[fd]>, const char *<[format]> [, <[arg]>, ...]); - int sscanf(const char *<[str]>, const char *<[format]> - [, <[arg]>, ...]); + int scanf(const char *<[format]>, ...); + int fscanf(FILE *<[fd]>, const char *<[format]>, ...); + int sscanf(const char *<[str]>, const char *<[format]>, ...); - int _scanf_r(struct _reent *<[ptr]>, const char *<[format]> - [, <[arg]>, ...]); - int _fscanf_r(struct _reent *<[ptr]>, FILE *<[fd]>, const char *<[format]> - [, <[arg]>, ...]); + int _scanf_r(struct _reent *<[ptr]>, const char *<[format]>, ...); + int _fscanf_r(struct _reent *<[ptr]>, FILE *<[fd]>, + const char *<[format]>, ...); int _sscanf_r(struct _reent *<[ptr]>, const char *<[str]>, - const char *<[format]> [, <[arg]>, ...]); + const char *<[format]>, ...); TRAD_SYNOPSIS diff --git a/newlib/libc/stdio/vfprintf.c b/newlib/libc/stdio/vfprintf.c index 1846d7c1e..32fc202d5 100644 --- a/newlib/libc/stdio/vfprintf.c +++ b/newlib/libc/stdio/vfprintf.c @@ -40,16 +40,28 @@ FUNCTION INDEX vfprintf +INDEX + _vfprintf_r INDEX vprintf +INDEX + _vprintf_r INDEX vsprintf +INDEX + _vsprintf_r INDEX vsnprintf +INDEX + _vsnprintf_r INDEX vasprintf +INDEX + _vasprintf_r INDEX vasnprintf +INDEX + _vasnprintf_r ANSI_SYNOPSIS #include @@ -72,11 +84,9 @@ ANSI_SYNOPSIS int _vasprintf_r(struct _reent *<[reent]>, char **<[str]>, const char *<[fmt]>, va_list <[list]>); int _vsnprintf_r(struct _reent *<[reent]>, char *<[str]>, - size_t <[size]>, const char *<[fmt]>, - va_list <[list]>); + size_t <[size]>, const char *<[fmt]>, va_list <[list]>); char *_vasnprintf_r(struct _reent *<[reent]>, char *<[str]>, - size_t *<[size]>, const char *<[fmt]>, - va_list <[list]>); + size_t *<[size]>, const char *<[fmt]>, va_list <[list]>); DESCRIPTION <>, <>, <>, <>, <>, diff --git a/newlib/libc/stdio/vfscanf.c b/newlib/libc/stdio/vfscanf.c index 0e6922543..39c5a0a99 100644 --- a/newlib/libc/stdio/vfscanf.c +++ b/newlib/libc/stdio/vfscanf.c @@ -21,10 +21,16 @@ FUNCTION INDEX vfscanf +INDEX + _vfscanf_r INDEX vscanf +INDEX + _vscanf_r INDEX vsscanf +INDEX + _vsscanf_r ANSI_SYNOPSIS #include diff --git a/newlib/libc/stdio/viprintf.c b/newlib/libc/stdio/viprintf.c index f5c27c89c..3717f3a08 100644 --- a/newlib/libc/stdio/viprintf.c +++ b/newlib/libc/stdio/viprintf.c @@ -21,16 +21,28 @@ FUNCTION INDEX viprintf +INDEX + _viprintf_r INDEX vfiprintf +INDEX + _vfiprintf_r INDEX vsiprintf +INDEX + _vsiprintf_r INDEX vsniprintf +INDEX + _vsniprintf_r INDEX vasiprintf +INDEX + _vasiprintf_r INDEX vasniprintf +INDEX + _vasniprintf_r ANSI_SYNOPSIS #include @@ -51,13 +63,11 @@ ANSI_SYNOPSIS int _vsiprintf_r(struct _reent *<[reent]>, char *<[str]>, const char *<[fmt]>, va_list <[list]>); int _vsniprintf_r(struct _reent *<[reent]>, char *<[str]>, - size_t <[size]>, const char *<[fmt]>, - va_list <[list]>); + size_t <[size]>, const char *<[fmt]>, va_list <[list]>); int _vasiprintf_r(struct _reent *<[reent]>, char **<[str]>, const char *<[fmt]>, va_list <[list]>); char *_vasniprintf_r(struct _reent *<[reent]>, char *<[str]>, - size_t *<[size]>, const char *<[fmt]>, - va_list <[list]>); + size_t *<[size]>, const char *<[fmt]>, va_list <[list]>); DESCRIPTION <>, <>, <>, <>, diff --git a/newlib/libc/stdio/viscanf.c b/newlib/libc/stdio/viscanf.c index f335f69ff..a60c32ff0 100644 --- a/newlib/libc/stdio/viscanf.c +++ b/newlib/libc/stdio/viscanf.c @@ -23,10 +23,16 @@ FUNCTION INDEX viscanf +INDEX + _viscanf_r INDEX vfiscanf +INDEX + _vfiscanf_r INDEX vsiscanf +INDEX + _vsiscanf_r ANSI_SYNOPSIS #include diff --git a/newlib/libc/stdlib/calloc.c b/newlib/libc/stdlib/calloc.c index af9a4adc1..4415c6591 100644 --- a/newlib/libc/stdlib/calloc.c +++ b/newlib/libc/stdlib/calloc.c @@ -14,7 +14,7 @@ INDEX ANSI_SYNOPSIS #include void *calloc(size_t <[n]>, size_t <[s]>); - void *calloc_r(void *<[reent]>, size_t , <[s]>); + void *_calloc_r(void *<[reent]>, size_t <[n]>, size_t <[s]>); TRAD_SYNOPSIS #include diff --git a/newlib/libc/stdlib/efgcvt.c b/newlib/libc/stdlib/efgcvt.c index 9aa3b2fe7..ba0250490 100644 --- a/newlib/libc/stdlib/efgcvt.c +++ b/newlib/libc/stdlib/efgcvt.c @@ -4,8 +4,12 @@ FUNCTION INDEX ecvt +INDEX + ecvtf INDEX fcvt +INDEX + fcvtf ANSI_SYNOPSIS #include diff --git a/newlib/libc/stdlib/envlock.c b/newlib/libc/stdlib/envlock.c index 74c85a8f5..ce7ae2e26 100644 --- a/newlib/libc/stdlib/envlock.c +++ b/newlib/libc/stdlib/envlock.c @@ -8,7 +8,7 @@ INDEX __env_unlock ANSI_SYNOPSIS - #include "envlock.h" + #include void __env_lock (struct _reent *<[reent]>); void __env_unlock (struct _reent *<[reent]>); diff --git a/newlib/libc/stdlib/envlock.h b/newlib/libc/stdlib/envlock.h deleted file mode 100644 index 9bb6a813e..000000000 --- a/newlib/libc/stdlib/envlock.h +++ /dev/null @@ -1,15 +0,0 @@ -/* envlock.h -- header file for env routines. */ - -#ifndef _INCLUDE_ENVLOCK_H_ -#define _INCLUDE_ENVLOCK_H_ - -#include <_ansi.h> -#include - -#define ENV_LOCK __env_lock(reent_ptr) -#define ENV_UNLOCK __env_unlock(reent_ptr) - -void _EXFUN(__env_lock,(struct _reent *reent)); -void _EXFUN(__env_unlock,(struct _reent *reent)); - -#endif /* _INCLUDE_ENVLOCK_H_ */ diff --git a/newlib/libc/time/asctime.c b/newlib/libc/time/asctime.c index e4011856d..4c4640861 100644 --- a/newlib/libc/time/asctime.c +++ b/newlib/libc/time/asctime.c @@ -22,7 +22,7 @@ INDEX ANSI_SYNOPSIS #include char *asctime(const struct tm *<[clock]>); - char *asctime_r(const struct tm *<[clock]>, char *<[buf]>); + char *_asctime_r(const struct tm *<[clock]>, char *<[buf]>); TRAD_SYNOPSIS #include diff --git a/newlib/libc/time/ctime.c b/newlib/libc/time/ctime.c index 63954c640..df070a858 100644 --- a/newlib/libc/time/ctime.c +++ b/newlib/libc/time/ctime.c @@ -9,6 +9,8 @@ FUNCTION INDEX ctime +INDEX + ctime_r ANSI_SYNOPSIS #include diff --git a/newlib/libc/time/gmtime.c b/newlib/libc/time/gmtime.c index 40116c285..4d3dfff4c 100644 --- a/newlib/libc/time/gmtime.c +++ b/newlib/libc/time/gmtime.c @@ -14,6 +14,8 @@ FUNCTION INDEX gmtime +INDEX + gmtime_r ANSI_SYNOPSIS #include diff --git a/newlib/libc/time/lcltime.c b/newlib/libc/time/lcltime.c index 1cdc64fd0..399ab6901 100644 --- a/newlib/libc/time/lcltime.c +++ b/newlib/libc/time/lcltime.c @@ -8,6 +8,8 @@ FUNCTION INDEX localtime +INDEX + localtime_r ANSI_SYNOPSIS #include diff --git a/newlib/libc/time/tzset.c b/newlib/libc/time/tzset.c index c70e3ee6e..d847a26b0 100644 --- a/newlib/libc/time/tzset.c +++ b/newlib/libc/time/tzset.c @@ -4,6 +4,8 @@ FUNCTION INDEX tzset +INDEX + _tzset_r ANSI_SYNOPSIS #include -- cgit v1.2.3