-
-
Notifications
You must be signed in to change notification settings - Fork 654
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove warnings from amalgamation header
- Loading branch information
Showing
4 changed files
with
5 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
#ifndef COSMOPOLITAN_LIBC_SYSV_CONSTS_XOPEN_H_ | ||
#define COSMOPOLITAN_LIBC_SYSV_CONSTS_XOPEN_H_ | ||
|
||
#define _XOPEN_IOV_MAX 0x10 | ||
#define _XOPEN_IOV_MAX 16 | ||
#define _XOPEN_ENH_I18N 1 | ||
#define _XOPEN_UNIX 1 | ||
#define _XOPEN_NAME_MAX 63 | ||
#define _XOPEN_PATH_MAX 255 | ||
#define _XOPEN_VERSION 700 | ||
#define _XOPEN_PATH_MAX 1024 | ||
#define _XOPEN_SOURCE 700 | ||
|
||
#endif /* COSMOPOLITAN_LIBC_SYSV_CONSTS_XOPEN_H_ */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters