mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-01-31 03:25:08 +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
|
#endif
|
||||||
|
|
||||||
#if !defined(HAVE_UMASK)
|
#if !defined(HAVE_UMASK)
|
||||||
|
typedef int mode_t;
|
||||||
extern mode_t umask (mode_t);
|
extern mode_t umask (mode_t);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue