X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fos.h;h=a758f099aab622f4aba9696de3213bbdc67a9843;hb=206d4d2b4b30889678bb6b064002013a427b1501;hp=e3645e01169b4a84ae7802ecf95a16298041499a;hpb=1fc4e6f486cc1e9d2dcf0ba86e6021c3d83dce51;p=u-boot diff --git a/include/os.h b/include/os.h index e3645e0116..a758f099aa 100644 --- a/include/os.h +++ b/include/os.h @@ -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);