Skip to content

Commit e724fbf

Browse files
author
sewardj
committed
Un-break the build on OSX 10.7.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13659 a5019735-40e9-0310-863c-91ae7b9d1cf9
1 parent 07401e0 commit e724fbf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

coregrind/m_syswrap/syswrap-darwin.c

+2
Original file line numberDiff line numberDiff line change
@@ -8325,7 +8325,9 @@ const SyscallTableEntry ML_(syscall_table)[] = {
83258325
MACX_(__NR_aio_write, aio_write),
83268326
// _____(__NR_lio_listio), // 320
83278327
_____(VG_DARWIN_SYSCALL_CONSTRUCT_UNIX(321)), // ???
8328+
#if DARWIN_VERS >= DARWIN_10_8
83288329
MACXY(__NR_iopolicysys, iopolicysys),
8330+
#endif
83298331
_____(VG_DARWIN_SYSCALL_CONSTRUCT_UNIX(323)), // ???
83308332
// _____(__NR_mlockall),
83318333
// _____(__NR_munlockall),

0 commit comments

Comments
 (0)