[libc-commits] [libc] [libc] Provide sys/queue.h (PR #78081)

Petr Hosek via libc-commits libc-commits at lists.llvm.org
Tue Jan 16 14:17:52 PST 2024


petrhosek wrote:

> Does FreeBSD have additional macros than other BSDs? https://man.freebsd.org/cgi/man.cgi?query=SLIST_HEAD&sektion=3&manpath=FreeBSD%2010.2-RELEASE

I noticed that different C library implementations provide different sets of macros (I checked BSDs as well as glibc, newlib and bionic) so I started with a common subset. I'm happy to implement a superset if you think it'll be useful.

https://github.com/llvm/llvm-project/pull/78081


More information about the libc-commits mailing list