diff options
| author | Petr Hosek <phosek@google.com> | 2024-01-18 21:45:58 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-18 21:45:58 -0800 |
| commit | dbc09553149dee5ff5d4a8f544f56df5f01c584a (patch) | |
| tree | 40ffb714b082f56073fdcb9d8ee47309045008d6 /lldb/packages/Python/lldbsuite/test/gdbclientutils.py | |
| parent | b8967e003e202cba1b77412478a1990c9dcccdca (diff) | |
| download | llvm-dbc09553149dee5ff5d4a8f544f56df5f01c584a.zip llvm-dbc09553149dee5ff5d4a8f544f56df5f01c584a.tar.gz llvm-dbc09553149dee5ff5d4a8f544f56df5f01c584a.tar.bz2 | |
[libc] Provide sys/queue.h (#78081)
This header first appeared in 4.4BSD and is provided by a number of C
libraries including Newlib. Several of our embedded projects use this
header and so to make LLVM libc a drop-in replacement, we need to
provide it as well.
For the initial commit, we only implement singly linked variants (SLIST
and STAILQ). The doubly linked variants (LIST, TAILQ and CIRCLEQ) can be
implemented in the future as needed.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/gdbclientutils.py')
0 files changed, 0 insertions, 0 deletions
