]> xenbits.xensource.com Git - unikraft/libs/newlib.git/commit
include: Add `*_OK` flags in fcntl.h header
authorStefan Jumarea <stefanjumarea02@gmail.com>
Thu, 11 May 2023 11:36:51 +0000 (14:36 +0300)
committerUnikraft <monkey@unikraft.io>
Thu, 11 May 2023 14:49:27 +0000 (14:49 +0000)
commit421866f88ac413d6edc69e6d9494d56da28f6b41
tree8f8fe215f708b8109f3335a73076472ee3fff2da
parent23f64242b4eb1e9f25d09fd1b4cf7ab715be01ce
include: Add `*_OK` flags in fcntl.h header

The `*_OK` flags are defined in `fcntl.h` in both musl and nolibc. Add
them here in newlib to prevent any eventual conflicts that may appear.

Signed-off-by: Stefan Jumarea <stefanjumarea02@gmail.com>
Reviewed-by: Eduard Vintilă <eduard.vintila47@gmail.com>
Approved-by: Eduard Vintilă <eduard.vintila47@gmail.com>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #32
include/fcntl.h