-const char errlog_rcs[] = "$Id: errlog.c,v 1.121 2014/06/03 10:24:00 fabiankeil Exp $";
+const char errlog_rcs[] = "$Id: errlog.c,v 1.122 2014/10/18 11:30:40 fabiankeil Exp $";
/*********************************************************************
*
* File : $Source: /cvsroot/ijbswa/current/errlog.c,v $
* pthread_t is supposed to be opaque... but it's fairly random, though, so
* we make it mostly presentable.
*/
- this_thread = abs(this_thread % 1000);
+ this_thread = labs(this_thread % 1000);
#endif /* def __MACH__ */
#elif defined(_WIN32)
this_thread = GetCurrentThreadId();