1 /* DO NOT EDIT THIS FILE.
3 It has been auto-edited by fixincludes from:
5 "fixinc/tests/inc/fcntl.h"
7 This had to be done to correct non-standard usages in the
8 original, manufacturer supplied header file. */
10 #ifndef FIXINC_WRAP_FCNTL_H_AIX_EXTERNC
11 #define FIXINC_WRAP_FCNTL_H_AIX_EXTERNC 1
18 #if defined( AAB_AIX_FCNTL_CHECK )
20 #endif /* AAB_AIX_FCNTL_CHECK */
23 #if defined( VXWORKS_POSIX_OPEN_CHECK )
24 extern int open (const char *, int, int);
26 #if defined(__cplusplus)
28 inline int open (const char *, int) __attribute__((__always_inline__
));
31 open (const char *name
, int flags
)
33 return open (name
, flags
, 0);
38 extern int open (const char *name
, int flags
, int mode
);
40 #if defined(__cplusplus)
42 inline int open (const char *, int) __attribute__((__always_inline__
));
45 open (const char *name
, int flags
)
47 return open (name
, flags
, 0);
53 #endif /* VXWORKS_POSIX_OPEN_CHECK */
58 #endif /* FIXINC_WRAP_FCNTL_H_AIX_EXTERNC */