Fix <fcntl.h> using C++ comments.

This commit is contained in:
Jonas 'Sortie' Termansen 2014-07-07 17:31:50 +02:00
parent b607900a00
commit 3f9a7c0a32
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@
__BEGIN_DECLS
// Remember to update the flag classifications at the top of descriptor.cpp if
// you add new flags here.
/* Remember to update the flag classifications at the top of descriptor.cpp if
you add new flags here. */
#define O_READ (1<<0)
#define O_WRITE (1<<1)
#define O_EXEC (1<<2)