Samsung Internal API reference  2.0
fcntl.h
Go to the documentation of this file.
1 
9 #ifndef __FCNTL_H__
10 #define __FCNTL_H__
11 
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
16 #include <core/fcntl.h>
17 
40 extern int open(const char *pathname, int flags, ...);
41 
42 #ifdef USE_JEMALLOC
43 #include "sys/types.h"
44 extern int __creat_stub(const char *pathname, mode_t mode);
45 #endif
46 
47 #ifdef __cplusplus
48 }
49 #endif
50 
51 #endif /* !__FCNTL_H__ */
52 
Wrapper for kernel types.h header.
unsigned int mode_t
Definition: types.h:41
int open(const char *pathname, int flags,...)
Open a device by specifying its namespace path. Device driver operations should be previously registe...