CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/04/05 16:15:51
Modified files:
sys/compat/linux: linux_time.c
Added files:
sys/compat/linux: linux_time.h
Log message:
Move timespec utility functions to a header file.
Iinitially I wanted to just lose the static for ddb, but then I realised
they will be needed for the futex implementation as well so its better to
have them in a separate header file.
