bits/sigthread.h is a glibc only and is not needed

This commit is contained in:
Nathan Owens
2020-12-21 12:23:53 -06:00
parent d819330583
commit f5501ccc45

View File

@@ -32,7 +32,6 @@
#include <signal.h>
#include <pthread.h>
#include <sys/types.h>
#include <bits/sigthread.h>
#include "nwipe.h"
#include "context.h"