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:
davidhaas
2003-02-11 21:00:14 +00:00
parent 848dea2058
commit 7b3e158c92
3 changed files with 22 additions and 12 deletions

View File

@@ -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. */