libc: Rename the _ folder to bits, as used internally by libraries
This commit is contained in:
parent
48b858af5a
commit
560b0a1705
@ -1,7 +1,7 @@
|
||||
#ifndef _LUNA_H
|
||||
#define _LUNA_H
|
||||
|
||||
#include <_/macros.h>
|
||||
#include <bits/macros.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
@ -1,7 +1,7 @@
|
||||
#ifndef _STDLIB_H
|
||||
#define _STDLIB_H
|
||||
|
||||
#include <_/macros.h>
|
||||
#include <bits/macros.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
@ -1,7 +1,7 @@
|
||||
#ifndef _STRING_H
|
||||
#define _STRING_H
|
||||
|
||||
#include <_/macros.h>
|
||||
#include <bits/macros.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include <_/liballoc.h>
|
||||
#include <bits/liballoc.h>
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
Loading…
Reference in New Issue
Block a user