Skip to content

Commit 0f88c99

Browse files
dgrove-ossdas
authored andcommitted
Remove copy of BSD sys/queue.h
We are now requiring libbsd-dev, which provides sys/queue.h. Therefore there is no longer a need to have our own copy of the code in libdispatch. Since we are relying on libbsd-dev we can get queue.h from it Signed-off-by: Daniel A. Steffen <[email protected]>
1 parent 623d132 commit 0f88c99

File tree

2 files changed

+0
-839
lines changed

2 files changed

+0
-839
lines changed

src/internal.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,6 @@ DISPATCH_EXPORT DISPATCH_NOTHROW void dispatch_atfork_child(void);
214214
#include <sys/time.h>
215215
#include <sys/mman.h>
216216
#include <netinet/in.h>
217-
#else
218-
#include "sys_queue.h"
219217
#endif
220218

221219
#ifdef __BLOCKS__

0 commit comments

Comments
 (0)