mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
add empty dummy file to be more POSIX compliant
This commit is contained in:
parent
da4486d93a
commit
8534f6034e
1 changed files with 18 additions and 0 deletions
18
hermit/include/sys/uio.h
Normal file
18
hermit/include/sys/uio.h
Normal file
|
@ -0,0 +1,18 @@
|
|||
/*
|
||||
* Just an empty dummy handler to be POSIX compliant.
|
||||
*/
|
||||
#ifndef __SYS_UIO_H__
|
||||
#define __SYS_UIO_H__
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
Loading…
Add table
Reference in a new issue