Skip to content

Commit 4cf5636

Browse files
kevinAlbsbauman
andauthored
CDRIVER-3802 remove bits/signum.h (#685)
Co-authored-by: Dan Bauman <[email protected]>
1 parent 0ff7c37 commit 4cf5636

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/libmongoc/tests/test-mongoc-cache.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@
2121
#include <mongoc/mongoc.h>
2222
#include <stdio.h>
2323
#include <signal.h>
24-
#include <bits/signum.h>
2524
#include "TestSuite.h"
2625

26+
#ifndef SIGSTOP
27+
#define SIGSTOP 19
28+
#endif
2729
static char *ca_file;
2830

2931
static int

0 commit comments

Comments
 (0)