2002-05-06 Jeff Johnston <jjohnstn@redhat.com>

*  libc/include/stdlib.h (a64l, l64a, _l64a_r): Added prototypes.
This commit is contained in:
Jeff Johnston 2002-05-06 20:50:32 +00:00
parent 9c7d6a9d7e
commit a03790e419
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-05-06 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/stdlib.h (a64l, l64a, _l64a_r): Added prototypes.
2002-05-06 Nick Clifton <nickc@cambridge.redhat.com>
* libc/sys/arm/syscalls.c (_rename): Add parameter names.

View File

@ -105,6 +105,9 @@ unsigned long _EXFUN(_strtoul_r,(struct _reent *,const char *__n, char **__end_P
int _EXFUN(system,(const char *__string));
#ifndef __STRICT_ANSI__
long _EXFUN(a64l,(const char *__input));
char * _EXFUN(l64a,(long __input));
char * _EXFUN(_l64a_r,(struct _reent *,long __input));
int _EXFUN(putenv,(const char *__string));
int _EXFUN(_putenv_r,(struct _reent *, const char *__string));
int _EXFUN(setenv,(const char *__string, const char *__value, int __overwrite));