Changeset 341b515 in mainline
- Timestamp:
- 2012-04-20T08:48:48Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7360332
- Parents:
- 097f421
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/stdbool.h
r097f421 r341b515 37 37 38 38 #ifdef LIBC_BOOL_H_ 39 # ifndef POSIX_STDIO_H_ 40 # ifndef POSIX_STDLIB_H_ 41 # error "You can't include bool.h and stdbool.h at the same time." 42 # endif 43 # endif 39 #if (!defined(POSIX_STDIO_H_)) \ 40 && (!defined(POSIX_STDLIB_H_)) \ 41 && (!defined(POSIX_STRING_H_)) 42 #error "You can't include bool.h and stdbool.h at the same time." 44 43 #endif 44 #endif 45 45 46 #define LIBC_BOOL_H_ 46 47
Note:
See TracChangeset
for help on using the changeset viewer.