mirror of
https://github.com/mirror/make.git
synced 2025-03-13 11:20:38 +08:00
* src/makeint.h: Add typedef for mode_t if !HAVE_UMASK
This commit is contained in:
parent
da81e0815f
commit
64f5375fe0
@ -293,6 +293,7 @@ char *strsignal (int signum);
|
||||
#endif
|
||||
|
||||
#if !defined(HAVE_UMASK)
|
||||
typedef int mode_t;
|
||||
extern mode_t umask (mode_t);
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user