mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Revert "Revert 0.7.6 code for 0.7.5 re-release"
This reverts commit d1349c9cfb.
This commit is contained in:
@@ -67,7 +67,7 @@ const int SO_WANTMORE = 0x4000; // Apple: Give hint when more data re
|
||||
const int SO_WANTOOBFLAG = 0x8000; // Apple: Want OOB in MSG_FLAG on receive
|
||||
|
||||
const int SO_SNDBUF = 0x1001; // Send buffer size
|
||||
const int SO_RCVBUF = 0x1002; // Recieve buffer size
|
||||
const int SO_RCVBUF = 0x1002; // Receive buffer size
|
||||
const int SO_SNDLOWAT = 0x1003; // Send low-water mark
|
||||
const int SO_RCVLOWAT = 0x1004; // Receive low-water mark
|
||||
const int SO_SNDTIMEO = 0x1005; // Send timeout
|
||||
@@ -94,4 +94,4 @@ const CShort POLLATTRIB = 0x0400; // file attributes may have changed
|
||||
const CShort POLLNLINK = 0x0800; // (un)link/rename may have happened
|
||||
const CShort POLLWRITE = 0x1000; // file's contents may have changed
|
||||
|
||||
const CInt MSG_PEEK = 0x0002;
|
||||
const CInt MSG_PEEK = 0x0002;
|
||||
|
||||
Reference in New Issue
Block a user