2024-01-18 21:45:58 -08:00
|
|
|
//===-- 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
|
|
|
|
|
//
|
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
|
|
2024-02-28 12:53:56 -08:00
|
|
|
#ifndef SYS_QUEUE_H
|
|
|
|
|
#define SYS_QUEUE_H
|
2024-01-18 21:45:58 -08:00
|
|
|
|
2024-11-01 11:33:30 -07:00
|
|
|
#include "../llvm-libc-macros/sys-queue-macros.h"
|
2024-01-18 21:45:58 -08:00
|
|
|
|
2024-02-28 12:53:56 -08:00
|
|
|
#endif // SYS_QUEUE_H
|