kill stray decl ncdirect_getc_nonblocking() #1028

pull/1032/head
nick black 4 years ago
parent 20bf1ae2d4
commit afd444cea3
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -136,8 +136,6 @@ API int ncdirect_double_box(struct ncdirect* n, uint64_t ul, uint64_t ur,
uint64_t ll, uint64_t lr,
int ylen, int xlen, unsigned ctlword);
API int ncdirect_getc_nonblocking(struct ncdirect* n);
// See ppoll(2) for more detail. Provide a NULL 'ts' to block at length, a 'ts'
// of 0 for non-blocking operation, and otherwise a timespec to bound blocking.
// Signals in sigmask (less several we handle internally) will be atomically

Loading…
Cancel
Save