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

- Added ftime(), ulimit(), getrlimit() and setrlimit() 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@15106 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
Olaf Barthel
2006-07-28 13:36:17 +00:00
parent a1dc5e8e6e
commit c3d55e94ec
8 changed files with 365 additions and 4 deletions

View File

@ -1,5 +1,5 @@
#
# $Id: GNUmakefile.68k,v 1.86 2006-07-28 13:19:11 obarthel Exp $
# $Id: GNUmakefile.68k,v 1.87 2006-07-28 13:36:16 obarthel Exp $
#
# :ts=8
#
@ -423,6 +423,7 @@ C_LIB = \
time_weekday.o \
uio_readv.o \
uio_writev.o \
ulimit_ulimit.o \
unistd_access.o \
unistd_chdir.o \
unistd_chdir_exit.o \
@ -470,6 +471,8 @@ UNIX_LIB = \
getopt_getopt_long.o \
mount_convertinfo.o \
mount_statfs.o \
resource_getrlimit.o \
resource_setrlimit.o \
stat_chmod.o \
stat_fstat.o \
stat_lstat.o \