aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdlib/getsubopt.c
AgeCommit message (Collapse)AuthorFilesLines
2020-01-29Use remove-advertising-clause script to edit BSD licensesKeith Packard1-5/+1
This edits licenses held by Berkeley and NetBSD, both of which have removed the advertising requirement from their licenses. Signed-off-by: Keith Packard <keithp@keithp.com>
2002-07-19 * libc/argz/argz_replace.c: Include buf_findstr.h.Thomas Fitzsimmons1-0/+101
* libc/argz/buf_findstr.c: Likewise. * libc/argz/envz_entry.c: Include buf_findstr.h. Cast return value to (char *). * libc/argz/envz_get.c: Likewise. * libc/include/sys/unistd.h: Add getopt and getsubopt declarations. * libc/stdlib/Makefile.am (LIB_SOURCES): Add getsubopt.c. * libc/stdlib/getsubopt.3: New file. * libc/stdlib/getsubopt.c: New file. * libc/sys/linux/machine/i386/socketcall.h (__sockcall_base): Change esp to ebp.