Signed-off-by: mysterywolf

This commit is contained in:
mysterywolf 2020-09-02 10:25:52 +08:00
parent 837604553b
commit a162640f89
2 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,15 @@
/*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2020-09-01 Meco Man First Version
*/
#ifndef _SYS_IOCTL_H
#define _SYS_IOCTL_H
#endif

View File

@ -46,4 +46,8 @@
#define O_SYNC _FSYNC
#endif
int isatty (int fd);
char * ttyname (int desc);
#endif /* _SYS_UNISTD_H */