Remove duplicate <stdbool.h>

This commit is contained in:
Pierre Pronchery 2019-06-10 20:17:15 +02:00
parent a4554d5fac
commit 96ce2372ae

View File

@ -1,21 +0,0 @@
/* $Id$ */
/* Copyright (c) 2018 Pierre Pronchery <khorben@defora.org> */
/* This file is part of DeforaOS uKernel */
#ifndef UKERNEL_STDBOOL_H
# define UKERNEL_STDBOOL_H
/* types */
typedef _Bool bool;
/* constants */
# define false 0
# define true 1
# define __bool_true_false_are_defined 1
#endif /* !UKERNEL_STDBOOL_H */