LibC: Fix assert.h include guard

This commit is contained in:
2025-12-28 00:11:40 +02:00
parent 40ce95b87f
commit 280d3fd919

View File

@@ -1,4 +1,4 @@
#ifndef __ASSERT_H
#ifndef _ASSERT_H
#define _ASSERT_H 1
// https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/assert.h.html