Changes between Initial Version and Version 1 of Ticket #10325, comment 6


Ignore:
Timestamp:
Dec 17, 2013, 7:51:40 PM (10 years ago)
Author:
js

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10325, comment 6

    initial v1  
    11Your worries about the builtins are not necessary. The file in question is used in two modes: On the host OS and on Haiku.
    22
    3 On Haiku, strlcpy and strlcat aren't defines, to the builtin is not used.
     3On Haiku, strlcpy and strlcat aren't defines, so the builtin is not used.
    44On other systems, e.g. OS X Mavericks, string.h defines these to Clang's builtins.
    55