-
I'm trying to use the file-related system calls, but the information in "Help>System calls" is a bit lacking. For example, to use the "Open" system call, what do I put in the "flags" argument? Do you have some more-detailed documentation about the system calls? Or an example source file with file-related system calls? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The flags are intended to follow values generally used in a unix environment, but I agree that this is not really communicated in the system call dialog. The flags are defined here: Lines 80 to 86 in d692d71 I'll add some issues to address this. |
Beta Was this translation helpful? Give feedback.
The flags are intended to follow values generally used in a unix environment, but I agree that this is not really communicated in the system call dialog.
The flags are defined here:
Ripes/src/syscall/systemio.h
Lines 80 to 86 in d692d71
I'll add some issues to address this.