Changeset 987 in kBuild
- Timestamp:
- May 29, 2007 3:06:19 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/function.c
r986 r987 3059 3059 /* FIXME: Linux and others has the realtime clock_* api, detect and use it. */ 3060 3060 3061 #elif HAVE_GETTIMEOF _DAY3061 #elif HAVE_GETTIMEOFDAY 3062 3062 struct timeval tv; 3063 3063 if (!gettimeofday (&tv, NULL))
Note:
See TracChangeset
for help on using the changeset viewer.