mirror of git://git.musl-libc.org/musl
fix broken multi-inclusion guard in sys/reg.h
This commit is contained in:
parent
d960d4f2cb
commit
53431b091b
|
@ -1,5 +1,5 @@
|
|||
#ifndef _SYS_USER_H
|
||||
#define _SYS_USER_H
|
||||
#ifndef _SYS_REG_H
|
||||
#define _SYS_REG_H
|
||||
|
||||
#include <limits.h>
|
||||
#include <unistd.h>
|
||||
|
|
Loading…
Reference in New Issue