mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-25 06:03:40 +03: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 */
|