1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

- The default configuration options for execvp() are now configurable at

link time.


git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@15112 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
Olaf Barthel
2006-08-01 17:01:14 +00:00
parent 5f42fb06f9
commit 8633c3a77b
8 changed files with 100 additions and 23 deletions

View File

@ -1,5 +1,5 @@
#
# $Id: GNUmakefile.68k,v 1.90 2006-08-01 16:41:01 obarthel Exp $
# $Id: GNUmakefile.68k,v 1.91 2006-08-01 17:01:13 obarthel Exp $
#
# :ts=8
#
@ -527,6 +527,8 @@ UNIX_LIB = \
unistd_chdir_exit.o \
unistd_chown.o \
unistd_common_pathconf.o \
unistd_def_path.o \
unistd_def_path_delimiter.o \
unistd_execl.o \
unistd_execle.o \
unistd_execlp.o \