Skip to content

Commit

Permalink
Merge pull request #1035 from Dennisbonke/initware
Browse files Browse the repository at this point in the history
Add two missing defines
  • Loading branch information
qookei authored Mar 17, 2024
2 parents ff967f3 + 572438f commit 2e20441
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions options/posix/include/fcntl.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ ssize_t vmsplice(int fd, const struct iovec *iov, size_t nr_segs, unsigned int f
#define SPLICE_F_MORE 4
#define SPLICE_F_GIFT 8

#define AT_STATX_SYNC_AS_STAT 0x0000
#define AT_NO_AUTOMOUNT 0x800

#define F_SETPIPE_SZ 1031
Expand Down
1 change: 1 addition & 0 deletions options/posix/include/netdb.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#define NI_NUMERICSERV 2
#define NI_MAXSERV 32
#define NI_IDN 32
#define NI_IDN_USE_STD3_ASCII_RULES 128

#define NI_MAXHOST 1025

Expand Down

0 comments on commit 2e20441

Please sign in to comment.