mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-03 04:54:38 +08:00
fixed sio_read_abort prototype
This commit is contained in:
parent
26d9b28f77
commit
ea08652416
@ -59,5 +59,5 @@ u32_t sio_write(sio_fd_t, u8_t *, u32_t);
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef sio_read_abort
|
#ifndef sio_read_abort
|
||||||
void sio_read_abort(void);
|
void sio_read_abort(sio_fd_t);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user