LibC: Fix assert.h include guard
This commit is contained in:
parent
40ce95b87f
commit
280d3fd919
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __ASSERT_H
|
||||
#ifndef _ASSERT_H
|
||||
#define _ASSERT_H 1
|
||||
|
||||
// https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/assert.h.html
|
||||
|
|
|
|||
Loading…
Reference in New Issue