1
0
Fork 0
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:
Stefan Lankes 2016-11-20 01:20:01 +01:00
parent da4486d93a
commit 8534f6034e

18
hermit/include/sys/uio.h Normal file
View 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