aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/libc_compat/patches/sys-queue.patch
blob: 652dc18b29256795ce92ddc0b057e5ec3f14b46d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- a/include/windows/sys/queue.h	(index)
+++ b/include/windows/sys/queue.h	(working tree)
@@ -35,8 +35,6 @@
 #ifndef	_SYS_QUEUE_H_
 #define	_SYS_QUEUE_H_

-#include <sys/_null.h>
-
 /*
  * This file defines five types of data structures: singly-linked lists,
  * lists, simple queues, tail queues and XOR simple queues.