summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/setprogname.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* __progname has type char *, we cannot change its type without causingotto2017-09-171-3/+3
* environ and __progname are not declared in a public header; declare themguenther2016-03-131-3/+1
* pull in missing includes (math.h, unistd.h, stdlib.h) needed forderaadt2013-11-121-1/+2
* string.h defines null for ustedu2013-06-011-2/+1
* fixietedu2013-05-311-2/+2
* Add getprogname() and setprogname() to ease slackers^porters' work.ajacoutot2013-05-311-0/+33