[rtlibc] remove libc_signal.h and libc_fdset.h

This commit is contained in:
Meco Man
2021-07-21 01:43:48 +08:00
parent 73bd7a7d66
commit fc094e9211
15 changed files with 137 additions and 139 deletions

View File

@@ -10,7 +10,7 @@
#ifndef DFS_SELECT_H__
#define DFS_SELECT_H__
#include <libc/libc_fdset.h>
#include <sys/select.h>
#ifdef __cplusplus
extern "C" {