• BlackBerry Dynamics
  • Runtime library for iOS applications
  • 12.0.1.79
GD_C_fcntl.h
Go to the documentation of this file.
1 /*
2  * (c) 2016 Good Technology Corporation. All rights reserved.
3  */
4 
5 #pragma once
6 
7 #include <fcntl.h>
8 
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
16 
17 #ifndef GD_C_API
18 # if !defined(_WIN32)
19 # define GD_C_API __attribute__((visibility("default")))
20 # else
21 # define GD_C_API
22 # endif
23 #endif
24 
27  GD_C_API int GD_fcntl(int fd, int cmd, ...);
28 
29 #ifdef __cplusplus
30 }
31 #endif
32 
GD_fcntl
int GD_fcntl(int fd, int cmd,...)
C API.