mirror of
https://github.com/adtools/clib2.git
synced 2025-12-08 14:59:05 +00:00
- Added usleep(), and created wrapper code that both sleep() and
usleep() can use. git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@14736 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $Id: smakefile,v 1.8 2004-09-20 17:16:06 obarthel Exp $
|
||||
# $Id: smakefile,v 1.9 2004-09-29 12:10:29 obarthel Exp $
|
||||
#
|
||||
# :ts=8
|
||||
#
|
||||
@ -497,12 +497,14 @@ UNISTD_OBJ = \
|
||||
unistd_sleep.o \
|
||||
unistd_strip_double_slash.o \
|
||||
unistd_symlink.o \
|
||||
unistd_time_delay.o \
|
||||
unistd_translatea2u.o \
|
||||
unistd_translaterel.o \
|
||||
unistd_translateu2a.o \
|
||||
unistd_truncate.o \
|
||||
unistd_unix_path_semantics.o \
|
||||
unistd_unlink.o
|
||||
unistd_unlink.o \
|
||||
unistd_usleep.o
|
||||
# \
|
||||
# unistd_wildcard_expand.o
|
||||
|
||||
|
||||
Reference in New Issue
Block a user