Reverted last commit.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7644
This commit is contained in:
Bart Van Assche 2008-03-11 20:39:01 +00:00
parent 1afb143430
commit aaac78a2ee
4 changed files with 6 additions and 6 deletions

View File

@ -656,7 +656,7 @@ PTH_FUNC(int, semZuinitZAGLIBCZu2Zd0, // sem_init@GLIBC_2.0
return ret;
}
PTH_FUNC(int, semZuinitZAZAZa, // sem_init@@*
PTH_FUNC(int, semZuinitZa, // sem_init*
sem_t *sem,
int pshared,
unsigned int value)
@ -721,7 +721,7 @@ PTH_FUNC(int, semZuwaitZAGLIBCZu2Zd0, // sem_wait@GLIBC_2.0
}
// sem_wait
PTH_FUNC(int, semZuwaitZAZAZa, // sem_wait@@*
PTH_FUNC(int, semZuwaitZa, // sem_wait*
sem_t *sem)
{
int ret;
@ -800,7 +800,7 @@ PTH_FUNC(int, semZupostZAGLIBCZu2Zd0, // sem_post@GLIBC_2.0
}
// sem_post
PTH_FUNC(int, semZupostZAZAZa, // sem_post@@*
PTH_FUNC(int, semZupostZa, // sem_post*
sem_t *sem)
{
int ret;

View File

@ -1,6 +1,6 @@
Invalid semaphore: semaphore 0x........
at 0x........: sem_wait@@* (drd_pthread_intercepts.c:?)
at 0x........: sem_wait* (drd_pthread_intercepts.c:?)
by 0x........: main (tc18_semabuse.c:34)
ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)

View File

@ -92,7 +92,7 @@ FIXME: can't figure out how to verify wrap of sem_destroy
Invalid semaphore: semaphore 0x........
at 0x........: sem_wait@@* (drd_pthread_intercepts.c:?)
at 0x........: sem_wait* (drd_pthread_intercepts.c:?)
by 0x........: main (tc20_verifywrap.c:242)
FIXME: can't figure out how to verify wrap of sem_post

View File

@ -120,7 +120,7 @@ FIXME: can't figure out how to verify wrap of sem_destroy
[1/1] semaphore_post_wait 0x........
Invalid semaphore: semaphore 0x........
at 0x........: sem_wait@@* (drd_pthread_intercepts.c:?)
at 0x........: sem_wait* (drd_pthread_intercepts.c:?)
by 0x........: main (tc20_verifywrap.c:242)
[1/1] semaphore_post 0x........