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

- Added pathconf() and fpathconf() as contributed by Peter Bengtsson. Thank you very much!

git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@15108 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
Olaf Barthel
2006-07-28 14:37:28 +00:00
parent bde4d37a64
commit e2cadc9ea5
13 changed files with 537 additions and 11 deletions

View File

@ -1,5 +1,5 @@
#
# $Id: GNUmakefile.os4,v 1.101 2006-07-28 14:02:31 obarthel Exp $
# $Id: GNUmakefile.os4,v 1.102 2006-07-28 14:37:27 obarthel Exp $
#
# :ts=8
#
@ -569,10 +569,13 @@ UNIX_LIB = \
unistd_chdir.o \
unistd_chdir_exit.o \
unistd_chown.o \
unistd_common_pathconf.o \
unistd_fpathconf.o \
unistd_getcwd.o \
unistd_lchown.o \
unistd_link.o \
unistd_lockf.o \
unistd_pathconf.o \
unistd_readlink.o \
unistd_realpath.o \
unistd_restorepathname.o \