Luna/libc/include/bits/utime.h

10 lines
159 B
C
Raw Normal View History

2023-08-08 12:14:35 +00:00
/* 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