00001 /*-------------------------------------------------------- 00002 * / 00003 * / apeNEXT fcntl functions for nlcc 00004 * / 00005 * / $Id: fcntl.h,v 2.3 2005/06/08 14:06:53 pleiter Exp $ 00006 * / 00007 * /--------------------------------------------------------*/ 00008 #ifndef __ANEXT_FCNTL_H__ 00009 #define __ANEXT_FCNTL_H__ 00010 00011 #include <nlibc.h> 00012 00013 #ifdef _OS_ 00014 00015 #include <os1/fcntl_os1.h> 00016 00017 #endif // OS1 00018 00019 #endif // __ANEXT_FCNTL_H__ 00020 00021