Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
lib
libc
musl
src
include
sys
auxv.h
pretty
plain
permalink
blame
history
•
10 lines
•
159 B
1
#ifndef SYS_AUXV_H
2
#define SYS_AUXV_H
3
4
#include "../../../include/sys/auxv.h"
5
6
#include <features.h>
7
8
hidden unsigned long __getauxval(unsigned long);
9
10
#endif