nuttx/libs/libc/obstack
Piyush Patle 0dccc8ba21 include/debug.h: Move to include/nuttx/debug.h
debug.h is a NuttX-specific, non-POSIX header. Placing it in the
top-level include/ directory creates naming conflicts with external
projects that define their own debug.h.
This commit moves the canonical header to include/nuttx/debug.h,
following the NuttX convention for non-POSIX/non-standard headers,
and updates all in-tree references.

A backward-compatibility shim is left at include/debug.h that
emits a deprecation #warning and re-includes <nuttx/debug.h>,
allowing out-of-tree code to continue building while migrating.

Signed-off-by: Piyush Patle <piyushpatle228@gmail.com>
2026-04-07 07:50:06 -03:00
..
CMakeLists.txt cmake:refine nuttx cmake build system fix CMake build missing part 2024-10-13 02:25:06 +08:00
lib_obstack_alloc.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
lib_obstack_blank.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
lib_obstack_copy.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
lib_obstack_finish.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
lib_obstack_free.c libs/libc/obstack/lib_obstack_free.c: fix object check within chunk 2025-12-13 18:13:19 -03:00
lib_obstack_grow.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
lib_obstack_init.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
lib_obstack_make_room.c libs/libc/obstack: fix allocated chunk overrun due to invalid limit 2024-10-30 11:53:18 -03:00
lib_obstack_malloc.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
lib_obstack_malloc.h libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
lib_obstack_object_size.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
lib_obstack_printf.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
lib_obstack_room.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
lib_obstack_vprintf.c stream: reduce int use, handle FS_LARGEFILE correctly. 2024-11-15 01:05:04 +08:00
Make.defs libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00