Thu Feb 24 11:43:00 2000 Ran Cabell <rcabell@norfolk.infi.net>
* libm/mathfp/sf_atan2.c: Fix atan2 typo for _DOUBLE_IS_32_BITS. * libm/mathfp/sf_atan.c: Ditto. Thu Feb 24 11:39:00 2000 Joel Sherrill <joel@OARcorp.com> * libc/include/sys/stat.h: Add RTEMS prototype for lstat.
This commit is contained in:
@ -126,6 +126,7 @@ mode_t _EXFUN(umask,( mode_t __mask ));
|
||||
|
||||
#if defined(__rtems__)
|
||||
int _EXFUN(mknod,( const char *_path, mode_t _mode, dev_t dev ));
|
||||
int _EXFUN(lstat,( const char *__path, struct stat *__buf ));
|
||||
#endif
|
||||
|
||||
/* Provide prototypes for most of the _<systemcall> names that are
|
||||
|
Reference in New Issue
Block a user