1
0
mirror of git://git.musl-libc.org/musl synced 2025-01-01 12:02:04 +00:00
musl/include/sys/reg.h
2011-02-12 00:22:29 -05:00

10 lines
112 B
C

#ifndef _SYS_USER_H
#define _SYS_USER_H
#include <limits.h>
#include <unistd.h>
#include <bits/reg.h>
#endif