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.10 by root, Tue Feb 20 04:32:59 2018 UTC vs.
Revision 1.11 by root, Tue Feb 20 05:23:47 2018 UTC

457#define EFD_NONBLOCK 0 457#define EFD_NONBLOCK 0
458#endif 458#endif
459#ifndef EFD_SEMAPHORE 459#ifndef EFD_SEMAPHORE
460#define EFD_SEMAPHORE 0 460#define EFD_SEMAPHORE 0
461#endif 461#endif
462#ifndef CLOCK_REALTIME
463#define CLOCK_REALTIME 0
464#endif
465#ifndef CLOCK_MONOTONIC
466#define CLOCK_MONOTONIC 0
467#endif
468#ifndef CLOCK_BOOTTIME
469#define CLOCK_BOOTTIME 0
470#endif
471#ifndef CLOCK_REALTIME_ALARM
472#define CLOCK_REALTIME_ALARM 0
473#endif
474#ifndef CLOCK_BOOTTIME_ALARM
475#define CLOCK_BOOTTIME_ALARM 0
476#endif
477#ifndef TFD_NONBLOCK
478#define TFD_NONBLOCK 0
479#endif
480#ifndef TFD_CLOEXEC
481#define TFD_CLOEXEC 0
482#endif
483#ifndef TFD_TIMER_ABSTIME
484#define TFD_TIMER_ABSTIME 0
485#endif
486#ifndef TFD_TIMER_CANCEL_ON_SET
487#define TFD_TIMER_CANCEL_ON_SET 0
488#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines