History log of /seL4-refos-master/libs/libmuslc/arch/powerpc/bits/fcntl.h
Revision Date Author Comments
# fd427c4e 01-Apr-2015 Rich Felker <dalias@aerifal.cx>

move O_PATH definition back to arch bits

while it's the same for all presently supported archs, it differs at
least on sparc, and conceptually it's no less arch-specific than the
other O_* macros. O_SEARCH and O_EXEC are still defined in terms of
O_PATH in the main fcntl.h.


# f7d348ec 23-Nov-2013 Szabolcs Nagy <nsz@port70.net>

add O_TMPFILE flag, new in linux 3.11

definition in linux:
#define O_TMPFILE (__O_TMPFILE | O_DIRECTORY)
where __O_TMPFILE and O_DIRECTORY are arch specific


# 73bb0489 10-Jan-2013 Szabolcs Nagy <nsz@port70.net>

add missing F_GETOWNER_UIDS flag to bits/fcntl.h


# 1c8eb8ba 09-Nov-2012 rofl0r <retnyg@gmx.net>

PPC port cleaned up, static linking works well now.