Changeset a92f13d in mainline for uspace/lib/posix/stdbool.h


Ignore:
Timestamp:
2012-04-03T12:36:57Z (12 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3f0ea0e2
Parents:
d4d74dc
Message:

Add long options to libposix

File:
1 edited

Legend:

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

    rd4d74dc ra92f13d  
    3737
    3838#ifdef LIBC_BOOL_H_
    39         #error "You can't include bool.h and stdbool.h at the same time."
     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
    4044#endif
    4145#define LIBC_BOOL_H_
Note: See TracChangeset for help on using the changeset viewer.