summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/getprogname.c
blob: 54f721ab665c7d1b5e6fe84264c37fd570356f42 (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;

const char *
getprogname(void)
{

	return (__progname);
}
OpenPOWER on IntegriCloud