mirror of
https://github.com/mirror/make.git
synced 2026-08-08 17:10:58 +00:00
* src/makeint.h: Add typedef for mode_t if !HAVE_UMASK
This commit is contained in:
@@ -293,6 +293,7 @@ char *strsignal (int signum);
|
||||
#endif
|
||||
|
||||
#if !defined(HAVE_UMASK)
|
||||
typedef int mode_t;
|
||||
extern mode_t umask (mode_t);
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user