compiler/clib/ftime.c: Better implementation using gettimeofday(); move to static...
commit39482b1ebaadc3988fb9e690c118b798716b2d50
authorverhaegs <verhaegs@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sat, 16 Mar 2013 11:34:21 +0000 (16 11:34 +0000)
committerverhaegs <verhaegs@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sat, 16 Mar 2013 11:34:21 +0000 (16 11:34 +0000)
tree8e9e236fe37b17e203a37b547dc249989fe548c1
parent18391f9a5231b0a4ec053cfd6d81f22f3ad20a39
compiler/clib/ftime.c: Better implementation using gettimeofday(); move to static linklib

This function is removed from POSIX.1-2008.
Remove it from shared library and put in static link library.
This allow to remove it in the future without breaking backwards compatbility.

This break backwards compatibility with programs using the function from
the shared library.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@46961 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
compiler/clib/arosc.conf
compiler/clib/ftime.c
compiler/clib/mmakefile.src