Changeset 7afd12e5 in mainline for uspace/lib/c/include
- Timestamp:
- 2018-08-04T14:23:17Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7ab7075f
- Parents:
- c8c418cf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/io/verify.h
rc8c418cf r7afd12e5 36 36 #define LIBC_IO_VERIFY_H_ 37 37 38 #ifndef _HELENOS_NVERIFY_PRINTF39 40 38 #ifdef __clang__ 41 39 #define _HELENOS_PRINTF_ATTRIBUTE(start, end) \ … … 46 44 #endif 47 45 48 #else /* _HELENOS_NVERIFY_PRINTF */49 50 #define _HELENOS_PRINTF_ATTRIBUTE(start, end)51 52 #endif /* _HELENOS_NVERIFY_PRINTF */53 54 46 #endif 55 47
Note:
See TracChangeset
for help on using the changeset viewer.