mirror of
https://git.musl-libc.org/git/musl
synced 2025-01-23 14:42:07 +03:00
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
Block a user