mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-06 11:41:34 +00:00
Reverted last commit.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7644
This commit is contained in:
parent
1afb143430
commit
aaac78a2ee
@ -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;
|
||||
|
||||
@ -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)
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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........
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user