Fix a missing-prototype warning on OS X 10.7.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14068
This commit is contained in:
Julian Seward 2014-06-20 15:30:18 +00:00
parent fd31a6732d
commit d0744f50ee

View File

@ -344,7 +344,7 @@ DECL_TEMPLATE(darwin, chmod_extended); // 282
DECL_TEMPLATE(darwin, fchmod_extended); // 283
DECL_TEMPLATE(darwin, access_extended); // 284
DECL_TEMPLATE(darwin, settid); // 285
#if DARWIN_VERS >= DARWIN_10_8
#if DARWIN_VERS >= DARWIN_10_7
DECL_TEMPLATE(darwin, gettid); // 286
#endif
// NYI setsgroups 287