1
0
mirror of https://github.com/adtools/clib2.git synced 2026-05-06 05:04:57 +00:00

- Added ftime(), as contributed by Peter Bengtsson. Thank you very much!

- Added the missing S_ISSOCKET() macro to <sys/stat.h>. Note that this
  is not actually a POSIX feature.

- Added fmin(), fminf(), fmax() and fmaxf() to the build makefiles.
  Somehow I must have forgotten about them :-(


git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@15105 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
Olaf Barthel
2006-07-28 13:19:12 +00:00
parent 75a85db1a7
commit a1dc5e8e6e
6 changed files with 168 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
#
# $Id: GNUmakefile.68k,v 1.85 2006-05-04 08:01:45 obarthel Exp $
# $Id: GNUmakefile.68k,v 1.86 2006-07-28 13:19:11 obarthel Exp $
#
# :ts=8
#
@@ -515,6 +515,7 @@ UNIX_LIB = \
termios_tcgetattr.o \
termios_tcsendbreak.o \
termios_tcsetattr.o \
timeb_ftime.o \
uio_readv.o \
uio_writev.o \
unistd_access.o \
@@ -606,6 +607,10 @@ MATH_LIB = \
math_floorf.o \
math_fma.o \
math_fmaf.o \
math_fmax.o \
math_fmaxf.o \
math_fmin.o \
math_fminf.o \
math_fmod.o \
math_fmodf.o \
math_fpclassify.o \