mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 23:41:54 +08:00
#include <stdint.h>, #include <time.h>. Remove bogus #include <sys/types.h>.
This commit is contained in:
@@ -26,12 +26,13 @@
|
||||
*/
|
||||
/**@{*/
|
||||
|
||||
#include <stdint.h> /* uint32_t */
|
||||
#include <time.h> /* struct timespec */
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
/** @brief Set Timespec to Seconds Nanosecond
|
||||
*
|
||||
* This method sets the timespec to the specified seconds and nanoseconds
|
||||
|
||||
Reference in New Issue
Block a user