]> xenbits.xensource.com Git - unikraft/unikraft.git/commit
lib/nolibc: Import sys/sysmacros.h
authorAndrei Tatar <andrei@unikraft.io>
Thu, 6 Feb 2025 11:22:56 +0000 (12:22 +0100)
committerUnikraft Bot <monkey@unikraft.io>
Mon, 10 Feb 2025 10:46:41 +0000 (10:46 +0000)
commit77bf49cbd5d82cf88237e9b62d0b71f8b8ef90a5
treeeed04965ad3b0ca7c8a6043b49747c962e91440f
parentd4394a1c7e5124633668c55ca5267c9914798019
lib/nolibc: Import sys/sysmacros.h

Provides convenient macros for handling minor/major device numbers and
encoding these into a single dev_t.
Imported verbatim; checkpatch ignored.

Source of import:
Repository: git://git.musl-libc.org/musl
Tag: v1.2.4 (f5f55d65)
Path: include/sys/sysmacros.h

Checkpatch-Ignore: SPDX_LICENSE_TAG
Checkpatch-Ignore: MACRO_ARG_REUSE
Checkpatch-Ignore: UNSPECIFIED_INT
Checkpatch-Ignore: SPACING
Checkpatch-Ignore: CODE_INDENT
Checkpatch-Ignore: LEADING_SPACE
Signed-off-by: Andrei Tatar <andrei@unikraft.io>
Approved-by: Sergiu Moga <sergiu@unikraft.io>
Reviewed-by: Sergiu Moga <sergiu@unikraft.io>
GitHub-Closes: #1578
lib/nolibc/musl-imported/include/sys/sysmacros.h [new file with mode: 0644]