]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Fix compile error on macOS introduced in r16111. n-i-bz.
authorRhys Kidd <rhyskidd@gmail.com>
Fri, 4 Nov 2016 03:43:28 +0000 (03:43 +0000)
committerRhys Kidd <rhyskidd@gmail.com>
Fri, 4 Nov 2016 03:43:28 +0000 (03:43 +0000)
commitccc8f80b4fff2460e34b754899c8cd1bbd407638
tree15201f1afc4f76d0bd90406b43e818e28cffebf0
parent4aefde3b1387070e92f7c2f60e66bc969bfb357d
Fix compile error on macOS introduced in r16111. n-i-bz.

m_syswrap/syswrap-generic.c:4148:26: error: use of undeclared identifier 'PID_EXEPATH'
      VG_(sprintf)(name, PID_EXEPATH, VG_(getpid)());
                         ^
m_syswrap/syswrap-generic.c:4150:56: error: use of undeclared identifier 'SELF_EXEPATH'
          && (VG_STREQ(arg1s, name) || VG_STREQ(arg1s, SELF_EXEPATH))) {
                                                       ^
m_syswrap/syswrap-generic.c:4150:56: error: use of undeclared identifier 'SELF_EXEPATH'
m_syswrap/syswrap-generic.c:4151:29: error: use of undeclared identifier 'SELF_EXEFD'
         VG_(sprintf)(name, SELF_EXEFD, VG_(cl_exec_fd));
                            ^

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16116
coregrind/m_syswrap/syswrap-generic.c