libc: Rename the _ folder to bits, as used internally by libraries

This commit is contained in:
apio 2022-10-04 19:11:54 +02:00
parent 48b858af5a
commit 560b0a1705
7 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
#ifndef _LUNA_H
#define _LUNA_H
#include <_/macros.h>
#include <bits/macros.h>
#include <sys/types.h>
#ifdef __cplusplus

View File

@ -1,7 +1,7 @@
#ifndef _STDLIB_H
#define _STDLIB_H
#include <_/macros.h>
#include <bits/macros.h>
#include <stddef.h>
#ifdef __cplusplus

View File

@ -1,7 +1,7 @@
#ifndef _STRING_H
#define _STRING_H
#include <_/macros.h>
#include <bits/macros.h>
#include <stddef.h>
#ifdef __cplusplus

View File

@ -1,4 +1,4 @@
#include <_/liballoc.h>
#include <bits/liballoc.h>
#include <stddef.h>
#include <stdint.h>