summaryrefslogtreecommitdiff
path: root/libc/include/sys/queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/include/sys/queue.h')
-rw-r--r--libc/include/sys/queue.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/libc/include/sys/queue.h b/libc/include/sys/queue.h
new file mode 100644
index 000000000000..fc739b4a253b
--- /dev/null
+++ b/libc/include/sys/queue.h
@@ -0,0 +1,14 @@
+//===-- BSD sys/queue.h ---------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef SYS_QUEUE_H
+#define SYS_QUEUE_H
+
+#include "../llvm-libc-macros/sys-queue-macros.h"
+
+#endif // SYS_QUEUE_H