2001-02-12 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/sys/stat.h: Add mknod for Cygwin now that Cygwin definition has correct prototype.
This commit is contained in:
parent
343329bac2
commit
a34c461fbb
|
@ -1,3 +1,8 @@
|
||||||
|
2001-02-12 Jeff Johnston <jjohnstn@redhat.com>
|
||||||
|
|
||||||
|
* libc/include/sys/stat.h: Add mknod for Cygwin now that
|
||||||
|
Cygwin definition has correct prototype.
|
||||||
|
|
||||||
2001-02-08 Jeff Johnston <jjohnstn@redhat.com>
|
2001-02-08 Jeff Johnston <jjohnstn@redhat.com>
|
||||||
|
|
||||||
* libc/include/sys/stat.h: Must revert change for mknod
|
* libc/include/sys/stat.h: Must revert change for mknod
|
||||||
|
|
|
@ -126,10 +126,7 @@ mode_t _EXFUN(umask,( mode_t __mask ));
|
||||||
|
|
||||||
#if defined(__rtems__) || defined(__CYGWIN__)
|
#if defined(__rtems__) || defined(__CYGWIN__)
|
||||||
int _EXFUN(lstat,( const char *__path, struct stat *__buf ));
|
int _EXFUN(lstat,( const char *__path, struct stat *__buf ));
|
||||||
#endif
|
int _EXFUN(mknod,( const char *__path, mode_t __mode, dev_t __dev ));
|
||||||
|
|
||||||
#if defined(__rtems__)
|
|
||||||
int _EXFUN(mknod,( const char *_path, mode_t _mode, dev_t dev ));
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Provide prototypes for most of the _<systemcall> names that are
|
/* Provide prototypes for most of the _<systemcall> names that are
|
||||||
|
|
Loading…
Reference in New Issue