summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/getprogname.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* environ and __progname are not declared in a public header; declare themguenther2016-03-131-3/+1
| | | | | | in libc's hidden/stdlib.h instead of in each .c file that needs one ok deraadt@ gsoares@ mpi@
* pull in missing includes (math.h, unistd.h, stdlib.h) needed forderaadt2013-11-121-1/+3
| | | | prototypes
* doesn't need any headerstedu2013-05-311-3/+1
|
* Add getprogname() and setprogname() to ease slackers^porters' work.ajacoutot2013-05-311-0/+26
Man page adapted from FreeBSD and NetBSD. Bump libc minor now (there will be more upcoming changes). input from tedu@ get it in deraadt@