syscall_emul: [patch 11/22] extend functionality of fcntl
Review Request #3677 - Created Oct. 17, 2016 and submitted
Information | |
---|---|
Brandon Potter | |
gem5 | |
default | |
Reviewers | |
Default | |
Changeset 11804:2f4d3f563e76 --------------------------- syscall_emul: [patch 11/22] extend functionality of fcntl This changeset adds defines for new Linux flags for the fcntl system call, moves the fcntl implementation from syscall_emul.cc to syscall_emul.cc, and rewrites the system call.
Posted (Oct. 19, 2016, 12:58 p.m.)
So do the flag values vary across ISAs/OSes? If not, there's no reason to make a template out of it (as there's no dependency on the ISA/OS).
Review request changed
Updated (Jan. 19, 2017, 8:05 a.m.)
Description: |
|
||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 2 (+25 -26) |
Ship It!