Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/include/posix/stdbool.h

    r65c28f7 re6bab27b  
    3333 */
    3434
    35 #ifndef POSIX_BOOL_H_
    36 #define POSIX_BOOL_H_
     35#ifndef POSIX_STDBOOL_H_
     36#define POSIX_STDBOOL_H_
    3737
    38 #define bool _Bool
    39 #define false  0
    40 #define true   1
    41 #define __bool_true_false_are_defined 1
     38/*
     39 * Just a pass-through to libc stdbool.
     40 */
     41#include "libc/stdbool.h"
    4242
    4343#endif
Note: See TracChangeset for help on using the changeset viewer.