On 25.10.12 16:56, Holger Hans Peter Freyther wrote:
On Wed, Oct 24, 2012 at 05:53:49PM +0200, Tobias Engel
wrote:
- $(LIBOSMOCORE_LIBS) -lrt $(LIBOSMOSCCP_LIBS)
$(LIBOSMOVTY_LIBS)
+ $(LIBOSMOCORE_LIBS) $(LIBOSMOSCCP_LIBS) $(LIBOSMOVTY_LIBS)
man clock_gettime.
I know - but either I am blind or that function is never used in the
code. time.h isn't even included:
openbsc/openbsc/tests/mgcp $ grep clock *
openbsc/openbsc/tests/mgcp $ grep time *
openbsc/openbsc/tests/mgcp $
-Tobias