| 87 | |
| 88 | typedef int (*fcntl_pfn_t)(int fildes, int cmd, ...); |
| 89 | typedef struct tm *(*localtime_r_pfn_t)( const time_t *timep, struct tm *result ); |
| 90 | |
| 91 | typedef void *(*pthread_getspecific_pfn_t)(pthread_key_t key); |
| 92 | typedef int (*pthread_setspecific_pfn_t)(pthread_key_t key, const void *value); |
nothing calls this directly
no outgoing calls
no test coverage detected