ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/def0.h
(Generate patch)

Comparing IO-AIO/def0.h (file contents):
Revision 1.16 by root, Wed Apr 3 03:03:53 2019 UTC vs.
Revision 1.17 by root, Wed Apr 3 03:09:04 2019 UTC

235#define MREMAP_MAYMOVE 0 235#define MREMAP_MAYMOVE 0
236#endif 236#endif
237#ifndef MREMAP_FIXED 237#ifndef MREMAP_FIXED
238#define MREMAP_FIXED 0 238#define MREMAP_FIXED 0
239#endif 239#endif
240#ifndef MSG_CMSG_CLOEXEC
241#define MSG_CMSG_CLOEXEC 0
242#endif
243#ifndef SOCK_CLOEXEC
244#define SOCK_CLOEXEC 0
245#endif
240#ifndef F_DUPFD_CLOEXEC 246#ifndef F_DUPFD_CLOEXEC
241#define F_DUPFD_CLOEXEC 0 247#define F_DUPFD_CLOEXEC 0
242#endif 248#endif
243#ifndef MSG_CMSG_CLOEXEC 249#ifndef F_ADD_SEALS
244#define MSG_CMSG_CLOEXEC 0 250#define F_ADD_SEALS 0
245#endif 251#endif
246#ifndef SOCK_CLOEXEC 252#ifndef F_GET_SEALS
247#define SOCK_CLOEXEC 0 253#define F_GET_SEALS 0
254#endif
255#ifndef F_SEAL_SEAL
256#define F_SEAL_SEAL 0
257#endif
258#ifndef F_SEAL_SHRINK
259#define F_SEAL_SHRINK 0
260#endif
261#ifndef F_SEAL_GROW
262#define F_SEAL_GROW 0
263#endif
264#ifndef F_SEAL_WRITE
265#define F_SEAL_WRITE 0
248#endif 266#endif
249#ifndef F_OFD_GETLK 267#ifndef F_OFD_GETLK
250#define F_OFD_GETLK 0 268#define F_OFD_GETLK 0
251#endif 269#endif
252#ifndef F_OFD_SETLK 270#ifndef F_OFD_SETLK

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines