Remove macro S_IRWUG
Use its expansion instead.
This commit is contained in:
parent
1c08ccf25b
commit
c665c83ba4
5 changed files with 8 additions and 9 deletions
|
@ -42,10 +42,6 @@
|
|||
#include "w32misc.h"
|
||||
#endif /* _WIN32 */
|
||||
|
||||
#ifndef S_IRWUG
|
||||
#define S_IRWUG S_IRGRP | S_IWGRP | S_IRUSR | S_IWUSR
|
||||
#endif
|
||||
|
||||
#ifdef __GNUC__
|
||||
#define ATTRIBUTE(attrs) __attribute__ (attrs)
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue