| 33 | } |
| 34 | |
| 35 | int acl_write_fd(int fd, void *ptr, int nbytes, int send_fd) |
| 36 | { |
| 37 | const char *myname = "acl_write_fd"; |
| 38 | |
| 39 | (void) fd; |
| 40 | (void) ptr; |
| 41 | (void) nbytes; |
| 42 | (void) send_fd; |
| 43 | |
| 44 | acl_msg_error("%s(%d): not implement yet!", myname, __LINE__); |
| 45 | return -1; |
| 46 | } |
| 47 | |
| 48 | # else |
| 49 |
no test coverage detected
searching dependent graphs…