sortix-mirror/libc/include
Jonas 'Sortie' Termansen 752153d801 Remove vexecl(3), vexecle(3), and vexeclp(3).
These functions were non-standard and their use compared to the execv*
family is questionable. Additionally, they would have to repeat much of
the code from the execl* family of functions. In the end, they were removed
because they weren't strictly needed and less bloat is better here. Besides
programs that would use these functions would need to ship their own
versions to be portable.
2013-12-17 14:30:24 +01:00
..
sys Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
assert.h Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
ctype.h Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
dirent.h Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
dlfcn.h Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
errno.h Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
error.h Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
fcntl.h Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
features.h Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
inttypes.h Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
locale.h Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
malloc.h Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
math.h Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
readparamstring.h Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
setjmp.h Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
signal.h Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
stdint.h Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
stdio.h Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
stdio_ext.h Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
stdlib.h Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
string.h Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
strings.h Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
termios.h Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
time.h Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
unistd.h Remove vexecl(3), vexecle(3), and vexeclp(3). 2013-12-17 14:30:24 +01:00
wchar.h Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
wctype.h Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00