Luna/libc/include/bits/utime.h
apio a92077d311
All checks were successful
continuous-integration/drone/push Build is passing
kernel+libc: Add all variants of utime
2023-08-08 14:14:35 +02:00

10 lines
159 B
C

/* bits/utime.h: Definitions for UTIME_NOW and UTIME_OMIT. */
#ifndef _BITS_UTIME_H
#define _BITS_UTIME_H
#define UTIME_NOW -1
#define UTIME_OMIT -2
#endif