mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Fix wrong malloc include guard.
This commit is contained in:
parent
3abad890ec
commit
9224f8f43d
1 changed files with 2 additions and 4 deletions
|
@ -22,10 +22,8 @@
|
|||
|
||||
*******************************************************************************/
|
||||
|
||||
/* TODO: POSIX-1.2008 compliance is only partial */
|
||||
|
||||
#ifndef _UNISTD_H
|
||||
#define _UNISTD_H 1
|
||||
#ifndef _MALLOC_H
|
||||
#define _MALLOC_H 1
|
||||
|
||||
#include <features.h>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue