Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
lib
libc
wasi
libc-top-half
musl
src
include
sys
time.h
pretty
plain
permalink
blame
history
•
8 lines
•
156 B
1
#ifndef SYS_TIME_H
2
#define SYS_TIME_H
3
4
#include "../../../include/sys/time.h"
5
6
hidden int __futimesat(int, const char *, const struct timeval [2]);
7
8
#endif