From 30f76a4d9d10a908dce7ecfcc73a4e2c4237370b Mon Sep 17 00:00:00 2001 From: "Rob Kendrick (trite)" Date: Thu, 15 May 2014 19:00:35 +0100 Subject: Doc comment for posix_fadvise --- luxio.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'luxio.c') diff --git a/luxio.c b/luxio.c index 69e86b6..04ea2f7 100644 --- a/luxio.c +++ b/luxio.c @@ -1886,6 +1886,15 @@ luxio_fcntl(lua_State *L) /* 6.5.2 */ } #if _XOPEN_SOURCE >= 600 || _POSIX_C_SOURCE >= 200112L + +/*** Predeclare an access pattern for file data +@tparam number fd +@tparam number offset +@tparam number len +@tparam number advice +@treturn errno +@function posix_fadvise +*/ static int luxio_posix_fadvise(lua_State *L) { -- cgit v1.2.1