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 ------------------------------------------------------------------------------ Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce. With Perforce, you get hassle-free workflows. Merge that actually works. Faster operations. Version large binaries. Built-in WAN optimization and the freedom to use Git, Perforce or both. Make the move to Perforce. http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
