Skip to content

Commit

Permalink
add missing munmap declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
chrox committed Aug 20, 2014
1 parent 009cc24 commit 1075c61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ffi/posix_h.lua
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ static const int MAP_SHARED = 1;
static const int MAP_FAILED = -1;
static const int PATH_MAX = 4096;
void *mmap(void *, long unsigned int, int, int, int, long int) __attribute__((__nothrow__, __leaf__));
int munmap(void *, long unsigned int) __attribute__((__nothrow__, __leaf__));
int ioctl(int, long unsigned int, ...) __attribute__((__nothrow__, __leaf__));
unsigned int sleep(unsigned int);
int usleep(unsigned int);
Expand Down

0 comments on commit 1075c61

Please sign in to comment.