summaryrefslogtreecommitdiff
path: root/klibc/include/utime.h
blob: 3dfa03a14a91fb237fd25c19b200d385e2a6674a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * 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 */