• BlackBerry Dynamics
  • Runtime library for iOS applications
  • 12.0.1.79
GD_C_sys_stat.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 <sys/stat.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 
38  GD_C_API int GD_UNISTD_fstat(int fd, struct stat *buf);
39 
40 #ifdef __cplusplus
41 }
42 #endif
43 
GD_UNISTD_fstat
int GD_UNISTD_fstat(int fd, struct stat *buf)
File statistics.