[U-Boot] [PATCH v2 7/8] sandbox: Add flags for open() call
Mike Frysinger
vapier at gentoo.org
Sun Jan 15 05:19:21 CET 2012
On Tuesday 10 January 2012 19:45:51 Simon Glass wrote:
> This provides a way for callers to create files for writing. We define
> flags which mirror the POSIX values.
>
> Another approach would be to translate the flags at runtime. Perhaps we can
> leave to whoever wants to port this to another OS?
some of the flags differ between Linux/arches, so i think we'll have to do it
now :/
> +enum {
> + OS_O_RDONLY,
> + OS_O_WRONLY,
> + OS_O_RDWR,
> + OS_O_CREAT = 0100,
> +};
the flags are bit based, so an enum won't work i don't think
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20120114/ab96103f/attachment.pgp>
More information about the U-Boot
mailing list