RTEMS Logo

RTEMS 4.6.0pre5 On-Line Library


Open a File

PREV UP NEXT Bookshelf RTEMS POSIX 1003.1 Compliance Guide

5.3.1: Open a File

open(), Function, Implemented
O_RDONLY, Constant, Implemented
O_WRONLY, Constant, Implemented
O_RDWR, Constant, Implemented
O_APPEND, Constant, Implemented
O_CREAT, Constant, Implemented
O_DSYNC, Constant, Unimplemented
O_EXCL, Constant, Implemented
O_NOCTTY, Constant, Implemented
O_NONBLOCK, Constant, Implemented
O_RSYNC, Constant, Unimplemented
O_SYNC, Constant, Implemented
O_TRUNC, Constant, Implemented

NOTE: In the newlib fcntl.h, O_SYNC is defined only if _POSIX_SOURCE is not defined. This seems wrong.


PREV UP NEXT Bookshelf RTEMS POSIX 1003.1 Compliance Guide

Copyright © 1988-2003 OAR Corporation