1
0
mirror of https://github.com/fluencelabs/musl synced 2025-06-13 15:01:39 +00:00
Files
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 00:22:29 -05:00
#include <limits.h>
#include <unistd.h>
#include <bits/reg.h>
#endif