]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Un-break the build on most platforms following r11888. Oops.
authorJulian Seward <jseward@acm.org>
Tue, 12 Jul 2011 13:50:59 +0000 (13:50 +0000)
committerJulian Seward <jseward@acm.org>
Tue, 12 Jul 2011 13:50:59 +0000 (13:50 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11889

coregrind/m_replacemalloc/vg_replace_malloc.c
memcheck/mc_replace_strmem.c

index 647cdfd735035894c651ec5902016ff46f6718d9..19b9f3be69497c1974dea0c42997d7e4a6dfdfec 100644 (file)
@@ -95,7 +95,7 @@ static inline void my_exit ( int x )
    while (1) {}
 #  else
    extern void _exit(int status);
-   _exit(x)
+   _exit(x);
 #  endif
 }
 
index 250d2de0e7c00bd75ba99e6cc2a79dc8c50018df..782e492f352b6cdda7f81680f62ecc292bbd6f71 100644 (file)
@@ -99,7 +99,7 @@ static inline void my_exit ( int x )
    while (1) {}
 #  else
    extern void _exit(int status);
-   _exit(x)
+   _exit(x);
 #  endif
 }