mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Fix <fcntl.h> using C++ comments.
This commit is contained in:
parent
b607900a00
commit
3f9a7c0a32
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@
|
||||||
|
|
||||||
__BEGIN_DECLS
|
__BEGIN_DECLS
|
||||||
|
|
||||||
// Remember to update the flag classifications at the top of descriptor.cpp if
|
/* Remember to update the flag classifications at the top of descriptor.cpp if
|
||||||
// you add new flags here.
|
you add new flags here. */
|
||||||
#define O_READ (1<<0)
|
#define O_READ (1<<0)
|
||||||
#define O_WRITE (1<<1)
|
#define O_WRITE (1<<1)
|
||||||
#define O_EXEC (1<<2)
|
#define O_EXEC (1<<2)
|
||||||
|
|
Loading…
Reference in a new issue