]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
More RH 7.3 fixes
authorJulian Seward <jseward@acm.org>
Mon, 3 Jun 2002 23:12:58 +0000 (23:12 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 3 Jun 2002 23:12:58 +0000 (23:12 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@369

coregrind/arch/x86-linux/vg_libpthread_unimp.c
coregrind/vg_libpthread.vs
coregrind/vg_libpthread_unimp.c
vg_libpthread.vs
vg_libpthread_unimp.c

index 21dbbc50acc3a0d0457f4a83b3506bfca22ceb74..d701f7380346c2df8f5356b21051a5502bb825f7 100644 (file)
@@ -161,6 +161,9 @@ void sem_unlink ( void )  { unimp("sem_unlink"); }
 void siglongjmp ( void )  { unimp("siglongjmp"); }
 //void sigwait ( void )  { unimp("sigwait"); }
 
+void __pthread_clock_gettime ( void ) { unimp("__pthread_clock_gettime"); }
+void __pthread_clock_settime ( void ) { unimp("__pthread_clock_settime"); }
+
 #if 0
 void pthread_create@@GLIBC_2.1 ( void )  { unimp("pthread_create@@GLIBC_2.1"); }
 void pthread_create@GLIBC_2.0 ( void )  { unimp("pthread_create@GLIBC_2.0"); }
index e4a1be620be724c526e7ae40f2dc40e390a8e909..92b0e5bb8383e7498439d3598e75f8998e5eb9f0 100644 (file)
@@ -11,3 +11,7 @@ GLIBC_2.2 {
 GLIBC_2.2.3 {
 } GLIBC_2.2;
 
+GLIBC_PRIVATE {
+   __pthread_clock_gettime;
+   __pthread_clock_settime;
+};
index 21dbbc50acc3a0d0457f4a83b3506bfca22ceb74..d701f7380346c2df8f5356b21051a5502bb825f7 100644 (file)
@@ -161,6 +161,9 @@ void sem_unlink ( void )  { unimp("sem_unlink"); }
 void siglongjmp ( void )  { unimp("siglongjmp"); }
 //void sigwait ( void )  { unimp("sigwait"); }
 
+void __pthread_clock_gettime ( void ) { unimp("__pthread_clock_gettime"); }
+void __pthread_clock_settime ( void ) { unimp("__pthread_clock_settime"); }
+
 #if 0
 void pthread_create@@GLIBC_2.1 ( void )  { unimp("pthread_create@@GLIBC_2.1"); }
 void pthread_create@GLIBC_2.0 ( void )  { unimp("pthread_create@GLIBC_2.0"); }
index e4a1be620be724c526e7ae40f2dc40e390a8e909..92b0e5bb8383e7498439d3598e75f8998e5eb9f0 100644 (file)
@@ -11,3 +11,7 @@ GLIBC_2.2 {
 GLIBC_2.2.3 {
 } GLIBC_2.2;
 
+GLIBC_PRIVATE {
+   __pthread_clock_gettime;
+   __pthread_clock_settime;
+};
index 21dbbc50acc3a0d0457f4a83b3506bfca22ceb74..d701f7380346c2df8f5356b21051a5502bb825f7 100644 (file)
@@ -161,6 +161,9 @@ void sem_unlink ( void )  { unimp("sem_unlink"); }
 void siglongjmp ( void )  { unimp("siglongjmp"); }
 //void sigwait ( void )  { unimp("sigwait"); }
 
+void __pthread_clock_gettime ( void ) { unimp("__pthread_clock_gettime"); }
+void __pthread_clock_settime ( void ) { unimp("__pthread_clock_settime"); }
+
 #if 0
 void pthread_create@@GLIBC_2.1 ( void )  { unimp("pthread_create@@GLIBC_2.1"); }
 void pthread_create@GLIBC_2.0 ( void )  { unimp("pthread_create@GLIBC_2.0"); }