mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-22 00:41:55 +00:00
committed by
Christian Helmuth
parent
94b63924ed
commit
180f9e6384
@ -53,8 +53,9 @@ namespace Libc {
|
||||
Plugin *plugin;
|
||||
Plugin_context *context;
|
||||
|
||||
int flags = 0; /* for 'fcntl' */
|
||||
bool cloexec = 0; /* for 'fcntl' */
|
||||
int flags = 0; /* for 'fcntl' */
|
||||
bool cloexec = 0; /* for 'fcntl' */
|
||||
bool modified = false;
|
||||
|
||||
File_descriptor(Id_space &id_space, Plugin &plugin, Plugin_context &context)
|
||||
: _elem(*this, id_space), plugin(&plugin), context(&context) { }
|
||||
|
Reference in New Issue
Block a user