Hopefully the last small changes for the drd swapcontext test

This commit is contained in:
Paul Floyd 2021-02-24 11:01:13 +01:00
parent caf05d5ca9
commit 871f786535
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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"