mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-01 04:02:34 +00:00
Merge pull request #1097 from RonnyPfannschmidt/header-fix
obtain ioctl from sys/ioctl.h as per manpage
This commit is contained in:
commit
3be3de7032
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ cdef extern from "linux/fs.h":
|
|||
int FS_APPEND_FL
|
||||
int FS_COMPR_FL
|
||||
|
||||
cdef extern from "stropts.h":
|
||||
cdef extern from "sys/ioctl.h":
|
||||
int ioctl(int fildes, int request, ...)
|
||||
|
||||
cdef extern from "string.h":
|
||||
|
|
Loading…
Reference in a new issue