diff options
Diffstat (limited to 'include/lib/stdlib/stdbool.h')
-rw-r--r-- | include/lib/stdlib/stdbool.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/include/lib/stdlib/stdbool.h b/include/lib/stdlib/stdbool.h deleted file mode 100644 index e39aef7d..00000000 --- a/include/lib/stdlib/stdbool.h +++ /dev/null @@ -1,17 +0,0 @@ -/* - * Copyright (c) 2018, ARM Limited and Contributors. All rights reserved. - * - * SPDX-License-Identifier: BSD-3-Clause - */ - -#ifndef STDBOOL_H -#define STDBOOL_H - -#define bool _Bool - -#define true 1 -#define false 0 - -#define __bool_true_false_are_defined 1 - -#endif /* STDBOOL_H */ |