#
651ada4f |
| 17-Sep-2017 |
otto <otto@openbsd.org> |
__progname has type char *, we cannot change its type without causing havoc all over the place. So add some casts to silence the compiler. ok deraadt@ guenther@
|
#
e4224292 |
| 13-Mar-2016 |
guenther <guenther@openbsd.org> |
environ and __progname are not declared in a public header; declare them in libc's hidden/stdlib.h instead of in each .c file that needs one
ok deraadt@ gsoares@ mpi@
|
#
35d50e37 |
| 12-Nov-2013 |
deraadt <deraadt@openbsd.org> |
pull in missing includes (math.h, unistd.h, stdlib.h) needed for prototypes
|
#
dfaac66c |
| 01-Jun-2013 |
tedu <tedu@openbsd.org> |
string.h defines null for us
|
#
15ffba1e |
| 31-May-2013 |
tedu <tedu@openbsd.org> |
fixie
|
#
c88a5da8 |
| 31-May-2013 |
ajacoutot <ajacoutot@openbsd.org> |
Add getprogname() and setprogname() to ease slackers^porters' work. Man page adapted from FreeBSD and NetBSD.
Bump libc minor now (there will be more upcoming changes).
input from tedu@ get it in d
Add getprogname() and setprogname() to ease slackers^porters' work. Man page adapted from FreeBSD and NetBSD.
Bump libc minor now (there will be more upcoming changes).
input from tedu@ get it in deraadt@
show more ...
|