newlib: remove usage of pre-ANSI defines

This commit is contained in:
Ivan Grokhotkov
2019-03-19 19:57:20 +08:00
parent ac612b5422
commit 068b700786
4 changed files with 7 additions and 7 deletions

View File

@@ -22,8 +22,8 @@ extern "C" {
#include_next <sys/unistd.h>
int _EXFUN(truncate, (const char *, off_t __length));
int _EXFUN(gethostname, (char *__name, size_t __len));
int truncate(const char *, off_t __length);
int gethostname(char *__name, size_t __len);
#ifdef __cplusplus
}