mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-13 19:57:05 +08:00
sys_thread_new() now returns the thread (request from Marc Boucher).
Removed some unused .h files in coldfire port. Support LWIP_DIAG and LWIP_ASSERT in coldfire (sort of). Fix to last api fix to make sure select() is triggered, even when there has been a FIN. Allow build of unixsim from cygwin by specifying "make ARCH=cygwin" or from linux by specifying "make ARCH=linux".
This commit is contained in:
@@ -114,7 +114,7 @@ u32_t sys_arch_protect(void);
|
||||
void sys_arch_unprotect(u32_t pval);
|
||||
|
||||
/* Thread functions. */
|
||||
void sys_thread_new(void (* thread)(void *arg), void *arg);
|
||||
sys_thread_t sys_thread_new(void (* thread)(void *arg), void *arg);
|
||||
|
||||
/* The following functions are used only in Unix code, and
|
||||
can be omitted when porting the stack. */
|
||||
|
||||
Reference in New Issue
Block a user