NetBSD/lib/libc/gen/glob.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
209 B
C

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