diff options
| -rw-r--r-- | lib/libc/stdio/findfp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/findfp.c b/lib/libc/stdio/findfp.c index 3754258922cc..9e7bc28f1182 100644 --- a/lib/libc/stdio/findfp.c +++ b/lib/libc/stdio/findfp.c @@ -192,7 +192,7 @@ found: * but documented historically for certain applications. Bad applications. */ __warn_references(f_prealloc, - "warning: this program uses f_prealloc(), which is stupid."); + "warning: this program uses f_prealloc(), which is not recommended."); void f_prealloc() |
