summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/findfp.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1995-10-22 14:52:30 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1995-10-22 14:52:30 +0000
commitc0d41487f2731c71b5c22f13bcfaa73558886cfa (patch)
tree1eb85d4fd1a17fa5c1874841f5a96b604f990584 /lib/libc/stdio/findfp.c
parent4c3af266f6ed1d7255aa89c13405b5db0a37fc3e (diff)
Notes
Diffstat (limited to 'lib/libc/stdio/findfp.c')
-rw-r--r--lib/libc/stdio/findfp.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/stdio/findfp.c b/lib/libc/stdio/findfp.c
index 64548db20b3f..2986a2ccbbd8 100644
--- a/lib/libc/stdio/findfp.c
+++ b/lib/libc/stdio/findfp.c
@@ -127,6 +127,10 @@ found:
* XXX. Force immediate allocation of internal memory. Not used by stdio,
* but documented historically for certain applications. Bad applications.
*/
+__warn_references(f_prealloc,
+ "warning: this program uses f_prealloc(), which is stupid.");
+
+void
f_prealloc()
{
register struct glue *g;