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

- Added atoll(), ffs(), ftw(), nftw(), lstat() and uname() code

contributed by Peter Bengtsson. Thank you very much!


git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@14848 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
Olaf Barthel
2005-03-02 12:57:56 +00:00
parent ef44c75126
commit ac0cc97924
15 changed files with 1395 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
_#
# $Id: smakefile,v 1.26 2005-02-28 13:22:53 obarthel Exp $
# $Id: smakefile,v 1.27 2005-03-02 12:57:53 obarthel Exp $
#
# :ts=8
#
@@ -380,6 +380,7 @@ STDLIB_OBJ = \
stdlib_atof.o \
stdlib_atoi.o \
stdlib_atol.o \
stdlib_atoll.o \
stdlib_bsearch.o \
stdlib_calloc.o \
stdlib_checkdetach.o \
@@ -483,6 +484,7 @@ STRING_OBJ = \
string_strxfrm.o
STRINGS_OBJ = \
strings_ffs.o \
strings_strcasecmp.o \
strings_strncasecmp.o
@@ -510,6 +512,8 @@ TIME_OBJ = \
time_weekday.o
UNISTD_OBJ = \
ftw_ftw.o \
ftw_nftw.o \
unistd_access.o \
unistd_chdir.o \
unistd_chdir_exit.o \
@@ -546,7 +550,8 @@ UNISTD_OBJ = \
unistd_truncate.o \
unistd_unix_path_semantics.o \
unistd_unlink.o \
unistd_usleep.o
unistd_usleep.o \
utsname_uname.o
# \
# unistd_wildcard_expand.o