Skip to content

Commit 0937ecc

Browse files
committed
ffi/posix: minor cleanup
1 parent 0c60ed8 commit 0937ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ffi/posix_h.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ int mq_open(const char *, int, ...);
5757
ssize_t mq_receive(int, char *, size_t, unsigned int *);
5858
int mq_close(int);
5959
int close(int);
60-
off_t lseek(int fildes, off_t offset, int whence);
60+
off_t lseek(int, off_t, int);
6161
int fcntl(int, int, ...);
6262
int execl(const char *, const char *, ...);
6363
int execlp(const char *, const char *, ...);

0 commit comments

Comments
 (0)