Skip to content

Commit

Permalink
Merge pull request snabbco#208 from justincormack/holes
Browse files Browse the repository at this point in the history
Add SEEK_DATA and SEEK_HOLE constants
  • Loading branch information
justincormack authored Feb 16, 2017
2 parents 9a7b584 + 61450f5 commit 178d244
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions syscall/linux/constants.lua
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,8 @@ c.SEEK = strflag {
SET = 0,
CUR = 1,
END = 2,
DATA = 3,
HOLE = 4,
}

-- exit
Expand Down

0 comments on commit 178d244

Please sign in to comment.