mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-28 06:35:34 +07:00
11 lines
118 B
C
11 lines
118 B
C
/*
|
|
* sys/utime.h
|
|
*/
|
|
|
|
#ifndef _SYS_UTIME_H
|
|
#define _SYS_UTIME_H
|
|
|
|
#include <linux/utime.h>
|
|
|
|
#endif /* _SYS_UTIME_H */
|