Systemd/klibc/include/utime.h

16 lines
211 B
C
Raw Normal View History

/*
* utime.h
*/
#ifndef _UTIME_H
#define _UTIME_H
#include <klibc/extern.h>
#include <sys/types.h>
#include <linux/utime.h>
__extern int utime(const char *, const struct utimbuf *);
#endif /* _UTIME_H */