musl/include/sys/reg.h

10 lines
110 B
C
Raw Normal View History

#ifndef _SYS_REG_H
#define _SYS_REG_H
2011-02-12 05:22:29 +00:00
#include <limits.h>
#include <unistd.h>
#include <bits/reg.h>
#endif