Changes between Initial Version and Version 1 of Ticket #10325, comment 6
- Timestamp:
- Dec 17, 2013, 7:51:40 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10325, comment 6
initial v1 1 1 Your worries about the builtins are not necessary. The file in question is used in two modes: On the host OS and on Haiku. 2 2 3 On Haiku, strlcpy and strlcat aren't defines, to the builtin is not used.3 On Haiku, strlcpy and strlcat aren't defines, so the builtin is not used. 4 4 On other systems, e.g. OS X Mavericks, string.h defines these to Clang's builtins. 5 5