mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-10 03:07:16 +01:00
sandbox: Fix comment for os_open()
This has the wrong #define in the function comment. Fix it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Marek Vasut <marex@denx.de>
This commit is contained in:
parent
72538f4c3e
commit
887bd4164d
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ off_t os_lseek(int fd, off_t offset, int whence);
|
|||
* Access to the OS open() system call
|
||||
*
|
||||
* \param pathname Pathname of file to open
|
||||
* \param flags Flags, like O_RDONLY, O_RDWR
|
||||
* \param flags Flags, like OS_O_RDONLY, OS_O_RDWR
|
||||
* \return file descriptor, or -1 on error
|
||||
*/
|
||||
int os_open(const char *pathname, int flags);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue