nuttx/libs/libc/unistd
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
Kconfig
lib_access.c
lib_alarm.c
lib_chdir.c
lib_confstr.c
lib_crypt.c
lib_crypt_r.c
lib_daemon.c
lib_execl.c
lib_execle.c
lib_execv.c
lib_fchdir.c
lib_fchownat.c
lib_flock.c
lib_fork.c
lib_fstatvfs.c
lib_futimes.c
lib_getcwd.c
lib_getegid.c
lib_getentropy.c
lib_geteuid.c
lib_getgid.c
lib_gethostname.c
lib_getopt.c
lib_getopt_common.c
lib_getopt_long.c
lib_getopt_longonly.c
lib_getoptargp.c
lib_getopterrp.c
lib_getoptindp.c
lib_getoptoptp.c
lib_getoptvars.c
lib_getpass.c
lib_getpgid.c
lib_getpgrp.c
lib_getpriority.c
lib_getrlimit.c
lib_getrusage.c
lib_getuid.c
lib_linkat.c
lib_lockf.c
lib_lutimes.c
lib_nice.c
lib_pathconf.c
lib_pipe.c
lib_posix_fallocate.c
lib_readlinkat.c
lib_restoredir.c
lib_setegid.c
lib_seteuid.c
lib_setgid.c
lib_sethostname.c
lib_setpriority.c
lib_setregid.c
lib_setreuid.c
lib_setrlimit.c
lib_setuid.c
lib_sleep.c
lib_statvfs.c
lib_swab.c
lib_symlinkat.c
lib_sysconf.c
lib_times.c
lib_truncate.c
lib_ulimit.c
lib_unlinkat.c
lib_usleep.c
lib_utime.c
lib_utimes.c
Make.defs
unistd.h