mirror of
https://github.com/fluencelabs/musl
synced 2025-07-02 16:12:02 +00:00
initial check-in, version 0.5.0
This commit is contained in:
16
include/stropts.h
Normal file
16
include/stropts.h
Normal file
@ -0,0 +1,16 @@
|
||||
#ifndef _STROPTS_H
|
||||
#define _STROPTS_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
// FIXME
|
||||
|
||||
int ioctl (int, int, ...);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user