summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/setprogname.c
blob: 6c56013ef7c42c999a9e930af3447c1840508081 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#if defined(LIBC_RCS) && !defined(lint)
static const char rcsid[] =
  "$FreeBSD$";
#endif /* LIBC_RCS and not lint */

extern const char *__progname;

void
setprogname(const char *progname)
{

	__progname = progname;
}
OpenPOWER on IntegriCloud