mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
Hopefully the last small changes for the drd swapcontext test
This commit is contained in:
parent
caf05d5ca9
commit
871f786535
@ -590,3 +590,8 @@ endif
|
||||
sem_wait_SOURCES = sem_wait.cpp
|
||||
|
||||
swapcontext_SOURCES = swapcontext.c
|
||||
swapcontext_CFLAGS = $(AM_CFLAGS) -g
|
||||
if VGCONF_OS_IS_SOLARIS
|
||||
swapcontext_CFLAGS += -D__EXTENSIONS__
|
||||
endif
|
||||
|
||||
|
||||
@ -9,7 +9,6 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/timerfd.h>
|
||||
#include <ucontext.h>
|
||||
#include <unistd.h>
|
||||
#include "valgrind.h"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user