unikraft / lib-newlib

Unikraft port of newlib, a C standard library
Other
5 stars 23 forks source link

include: Add `*_OK` flags in fcntl.h header #32

Closed StefanJum closed 1 year ago

StefanJum commented 1 year ago

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.