mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
18 lines
204 B
C
18 lines
204 B
C
/*
|
|
* 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
|