1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00
libhermit/include/sys/uio.h

19 lines
204 B
C
Raw Permalink Normal View History

/*
* 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