2008-10-31 Jeff Johnston <jjohnstn@redhat.com>
* 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.
This commit is contained in:
@ -14,7 +14,7 @@ INDEX
|
||||
ANSI_SYNOPSIS
|
||||
#include <stdlib.h>
|
||||
void *calloc(size_t <[n]>, size_t <[s]>);
|
||||
void *calloc_r(void *<[reent]>, size_t <n>, <size_t> <[s]>);
|
||||
void *_calloc_r(void *<[reent]>, size_t <[n]>, size_t <[s]>);
|
||||
|
||||
TRAD_SYNOPSIS
|
||||
#include <stdlib.h>
|
||||
|
@ -4,8 +4,12 @@ FUNCTION
|
||||
|
||||
INDEX
|
||||
ecvt
|
||||
INDEX
|
||||
ecvtf
|
||||
INDEX
|
||||
fcvt
|
||||
INDEX
|
||||
fcvtf
|
||||
|
||||
ANSI_SYNOPSIS
|
||||
#include <stdlib.h>
|
||||
|
@ -8,7 +8,7 @@ INDEX
|
||||
__env_unlock
|
||||
|
||||
ANSI_SYNOPSIS
|
||||
#include "envlock.h"
|
||||
#include <envlock.h>
|
||||
void __env_lock (struct _reent *<[reent]>);
|
||||
void __env_unlock (struct _reent *<[reent]>);
|
||||
|
||||
|
@ -1,15 +0,0 @@
|
||||
/* envlock.h -- header file for env routines. */
|
||||
|
||||
#ifndef _INCLUDE_ENVLOCK_H_
|
||||
#define _INCLUDE_ENVLOCK_H_
|
||||
|
||||
#include <_ansi.h>
|
||||
#include <sys/reent.h>
|
||||
|
||||
#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_ */
|
Reference in New Issue
Block a user