lib: libc: minimal: remove outdated comment
The referenced functions may not have been implemented back in 2015, but they are now. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
This commit is contained in:
parent
0aa61793de
commit
9d14f72593
1 changed files with 0 additions and 5 deletions
|
@ -31,11 +31,6 @@ typedef int FILE;
|
|||
#define stdout ((FILE *) 2)
|
||||
#define stderr ((FILE *) 3)
|
||||
|
||||
/*
|
||||
* NOTE: This libc implementation does not define the routines
|
||||
* declared below.
|
||||
*/
|
||||
|
||||
int __printf_like(1, 2) printf(const char *_MLIBC_RESTRICT fmt, ...);
|
||||
int __printf_like(3, 4) snprintf(char *_MLIBC_RESTRICT s, size_t len,
|
||||
const char *_MLIBC_RESTRICT fmt, ...);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue