Ignore:
File:
1 edited

Legend:

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

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