NetBSD/lib/libc/gen/fts.c
thorpej 38ba03f125 Allow the old-name functions to be compiled from the same source file as
the renamed functions, and add some #error directives to force the
issue with weak symbols for renamed functions when we support weak
symbols in the C library.
1997-10-22 06:37:42 +00:00

11 lines
207 B
C

/* $NetBSD: fts.c,v 1.22 1997/10/22 06:37:48 thorpej Exp $ */
/*
* Written by Jason R. Thorpe <thorpej@NetBSD.ORG>, October 21, 1997.
* Public domain.
*/
#define __LIBC12_SOURCE__
#include "__fts13.c"