haiku/headers
Augustin Cavalier 3d3b89c8cc kernel/util: Privatize the deprecated DoublyLinkedList::Insert() variant.
Removing it outright would cause implicit conversions and then the other
variant being called, which would create invalid lists. So make it private
so that any attempts to use it will create errors at compile-time.
2023-04-01 11:34:44 -04:00
..
build libroot_build & fs_shell: Provide _kern_ functions for readv/writev... 2023-02-14 00:49:52 -05:00
compatibility sys/uio: Add preadv/pwritev. 2023-02-24 16:31:51 +00:00
config riscv: cleanup architecture macro checks 2021-09-01 18:04:59 +00:00
cpp build fix. 2015-11-12 22:24:16 +01:00
glibc Make public glibc header printf.h usable. 2013-07-17 18:07:56 +02:00
libs Removed 'register' storage class compiler warnings 2022-09-12 14:03:28 +00:00
os BNetworkDevice: Remove GetNextNetwork. 2023-03-29 20:15:32 -04:00
posix kernel/arm: implement signals, fork, restart syscall 2023-03-20 17:28:20 +00:00
private kernel/util: Privatize the deprecated DoublyLinkedList::Insert() variant. 2023-04-01 11:34:44 -04:00
tools cppunit: Enable CPPUNIT_HAVE_SSTREAM for the non-legacy GCC. 2022-03-29 19:09:38 -04:00