| 598 | } |
| 599 | |
| 600 | static ssize_t port_read_sync_data_pipe(hamlib_port_t *p, void *buf, |
| 601 | size_t count) |
| 602 | { |
| 603 | return port_read_sync_data(p, buf, count); |
| 604 | } |
| 605 | |
| 606 | /* On MinGW32/MSVC/.. the appropriate accessor must be used |
| 607 | * depending on the port type, sigh. |
no test coverage detected