libc, libutil: remove compat hacks

This commit is contained in:
Ben Gras
2013-01-08 15:47:37 +00:00
parent 604046faf3
commit 017ce5a503
40 changed files with 180 additions and 83 deletions
+4
View File
@@ -72,3 +72,7 @@ const time_t time0;
return -(double) ((unsigned long) time0 +
(unsigned long) (-(time1 + 1)) + 1);
}
#ifdef __minix
__weak_alias(difftime, __difftime50)
#endif