xref: /original-bsd/lib/libc/stdio/fakcu.c (revision 2bb802fc)
1 #if defined(LIBC_SCCS) && !defined(lint)
2 static char sccsid[] = "@(#)fakcu.c	5.2 (Berkeley) 03/09/86";
3 #endif LIBC_SCCS and not lint
4 
5 /*
6  * Null cleanup routine to resolve reference in exit()
7  * if not using stdio.
8  */
9 _cleanup()
10 {
11 }
12