2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-09-05 00:35:23 +00:00

util: Move user-per-sec constant into util.h header

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Pavel Emelyanov
2013-05-09 22:11:38 +04:00
parent 3e8b82d367
commit e75148dc03
2 changed files with 2 additions and 2 deletions

View File

@@ -275,4 +275,6 @@ static inline bool dir_dots(struct dirent *de)
extern int read_fd_link(int lfd, char *buf, size_t size);
#define USEC_PER_SEC 1000000L
#endif /* __CR_UTIL_H__ */