mirror of
https://github.com/adtools/clib2.git
synced 2025-12-08 14:59:05 +00:00
- select() and waitselect() can now be called without any file descriptor
sets to work with, as some software does which uses select() in place of sleep(). git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@15103 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $Id: GNUmakefile.os4,v 1.97 2006-05-04 08:01:46 obarthel Exp $
|
||||
# $Id: GNUmakefile.os4,v 1.98 2006-06-22 09:02:44 obarthel Exp $
|
||||
#
|
||||
# :ts=8
|
||||
#
|
||||
@ -160,7 +160,6 @@ CFLAGS = $(WARNINGS) $(OPTIMIZE) $(DEBUG) $(OPTIONS) $(CODE_TYPE) $(INCLUDES)
|
||||
C_LIB = \
|
||||
c.lib_rev.o \
|
||||
crtbegin.o \
|
||||
crtend.o \
|
||||
ctype_isalnum.o \
|
||||
ctype_isalpha.o \
|
||||
ctype_isascii.o \
|
||||
@ -496,7 +495,8 @@ C_LIB = \
|
||||
unistd_unlink.o \
|
||||
unistd_usleep.o \
|
||||
utime_utime.o \
|
||||
utsname_uname.o
|
||||
utsname_uname.o \
|
||||
crtend.o
|
||||
|
||||
# All objects files which make up libunix.a
|
||||
UNIX_LIB = \
|
||||
|
||||
Reference in New Issue
Block a user