Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRanjith Kumaran <ranjith@cygnus.com>2000-02-24 19:48:28 +0300
committerRanjith Kumaran <ranjith@cygnus.com>2000-02-24 19:48:28 +0300
commitbc019ef21034f2b580a0f953c42c50c1034375c3 (patch)
tree185c194c5847163a9816eb2de72c639ff337144e /newlib/libc/include
parent759e2a88450f97545b996c53868a27d52e0ea8c8 (diff)
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.
Diffstat (limited to 'newlib/libc/include')
-rw-r--r--newlib/libc/include/sys/stat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/include/sys/stat.h b/newlib/libc/include/sys/stat.h
index 31dfaf49f..5c419b713 100644
--- a/newlib/libc/include/sys/stat.h
+++ b/newlib/libc/include/sys/stat.h
@@ -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