Remove gets() declaration (conflicts <stdio.h>)

This commit is contained in:
Sebastian Huber
2013-10-24 10:29:30 +02:00
parent 8109ef3ae7
commit 99378e229f
2 changed files with 2 additions and 1 deletions

View File

@@ -94,7 +94,9 @@ int fls(int);
int flsl(long);
#endif
int fnmatch(const char *, const char *, int);
#ifndef __rtems__
void gets(char *, size_t, int);
#endif /* __rtems__ */
int locc(int, char *, u_int);
int memcmp(const void *b1, const void *b2, size_t len);
void qsort(void *base, size_t nmemb, size_t size,

View File

@@ -96,7 +96,6 @@
#include <machine/rtems-bsd-symbols.h>
#define gets _bsd_gets
#define realloc _bsd_realloc
#define reallocf _bsd_reallocf
#define setenv _bsd_setenv