mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-20 17:44:20 +08:00
修改libc_signal.h 该文件中不能用rt_数据类型,否则会引起编译器递归编译
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
#define POSIX_GETLINE_H
|
||||
|
||||
#include <stdio.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
ssize_t getdelim(char **lineptr, size_t *n, int delim, FILE *stream);
|
||||
ssize_t getline(char **lineptr, size_t *n, FILE *stream);
|
||||
|
||||
Reference in New Issue
Block a user