Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | __progname has type char *, we cannot change its type without causing | 2017-09-17 | 1 | -3/+3 | |
| | | | | | havoc all over the place. So add some casts to silence the compiler. ok deraadt@ guenther@ | ||||
* | environ and __progname are not declared in a public header; declare them | 2016-03-13 | 1 | -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 for | 2013-11-12 | 1 | -1/+2 | |
| | | | | prototypes | ||||
* | string.h defines null for us | 2013-06-01 | 1 | -2/+1 | |
| | |||||
* | fixie | 2013-05-31 | 1 | -2/+2 | |
| | |||||
* | Add getprogname() and setprogname() to ease slackers^porters' work. | 2013-05-31 | 1 | -0/+33 | |
Man page adapted from FreeBSD and NetBSD. Bump libc minor now (there will be more upcoming changes). input from tedu@ get it in deraadt@ |