summaryrefslogtreecommitdiff
path: root/pkgtools/libnbcompat/files/unsetenv.c
blob: a4e8fad0e2c6090f3d89507ef270dcc04fc69021 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*	$NetBSD: unsetenv.c,v 1.1 2004/08/23 03:32:13 jlam Exp $	*/

/*
 * Written by Klaus Klein <kleink@NetBSD.org>, April 1, 2003.
 * Public domain.
 */

#if 0
#define __LIBC12_SOURCE__
#endif

#include "__unsetenv13.c"