Signed-off-by: Zeng Linggang <[email protected]> --- include/lapi/fcntl.h | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/include/lapi/fcntl.h b/include/lapi/fcntl.h index fe8b2cc..089f22a 100644 --- a/include/lapi/fcntl.h +++ b/include/lapi/fcntl.h @@ -47,4 +47,8 @@ # define AT_SYMLINK_NOFOLLOW 0x100 #endif +#ifndef O_NOATIME +# define O_NOATIME 01000000 +#endif + #endif /* __LAPI_FCNTL_H__ */ -- 1.8.4.2 ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/13534_NeoTech _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
