libc: Correct include guards
This commit is contained in:
parent
1f655fabe2
commit
ad115e9bab
@ -1,5 +1,5 @@
|
|||||||
#ifndef _LIBALLOC_H
|
#ifndef _BITS_LIBALLOC_H
|
||||||
#define _LIBALLOC_H
|
#define _BITS_LIBALLOC_H
|
||||||
|
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#ifndef __MACROS_H
|
#ifndef __BITS_MACROS_H
|
||||||
#define __MACROS_H
|
#define __BITS_MACROS_H
|
||||||
|
|
||||||
#define noreturn __attribute__((noreturn))
|
#define noreturn __attribute__((noreturn))
|
||||||
#define align(n) __attribute__((aligned(n)))
|
#define align(n) __attribute__((aligned(n)))
|
||||||
|
Loading…
Reference in New Issue
Block a user