mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Cover all kernel file.
This commit is contained in:
parent
13c4498e11
commit
c10671cbb3
3 changed files with 31 additions and 4 deletions
|
@ -113,6 +113,7 @@ typedef int (*_srs_open_t)(const char* path, int oflag, ...);
|
|||
typedef ssize_t (*_srs_write_t)(int fildes, const void* buf, size_t nbyte);
|
||||
typedef ssize_t (*_srs_read_t)(int fildes, void* buf, size_t nbyte);
|
||||
typedef off_t (*_srs_lseek_t)(int fildes, off_t offset, int whence);
|
||||
typedef int (*_srs_close_t)(int fildes);
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue