summaryrefslogtreecommitdiffstats
path: root/tools/include/nolibc/types.h
AgeCommit message (Expand)AuthorFilesLines
2023-01-09tools/nolibc: fix missing includes causing build issues at -O0Willy Tarreau1-0/+3
2023-01-09tools/nolibc: Fix S_ISxxx macrosWarner Losh1-7/+7
2023-01-09nolibc: fix fd_set typeSven Schnelle1-23/+30
2022-04-20tools/nolibc/types: Implement `offsetof()` and `container_of()` macroAmmar Faizi1-0/+11
2022-04-20tools/nolibc/types: add poll() and waitpid() flag definitionsWilly Tarreau1-0/+10
2022-04-20tools/nolibc/types: define PATH_MAX and MAXPATHLENWilly Tarreau1-0/+11
2022-04-20tools/nolibc/types: define EXIT_SUCCESS and EXIT_FAILUREWilly Tarreau1-0/+3
2022-04-20tools/nolibc/types: move makedev to types.h and make it a macroWilly Tarreau1-0/+5
2022-04-20tools/nolibc/types: make FD_SETSIZE configurableWilly Tarreau1-2/+4
2022-04-20tools/nolibc/types: move the FD_* functions to macros in types.hWilly Tarreau1-0/+30
2022-04-20tools/nolibc/types: split syscall-specific definitions into their own filesWilly Tarreau1-0/+133