mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-02 12:34: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
|
||||
|
||||
#ifndef sio_read_abort
|
||||
void sio_read_abort(void);
|
||||
void sio_read_abort(sio_fd_t);
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user