mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-01-30 19:24:07 +00:00
* src/makeint.h: Add typedef for mode_t if !HAVE_UMASK
This commit is contained in:
parent
da81e0815f
commit
64f5375fe0
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue