/[lwip]/lwip/src/include/lwip/sys.h
ViewVC logotype

Diff of /lwip/src/include/lwip/sys.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by davidhaas, Thu Feb 6 22:18:56 2003 UTC revision 1.6 by davidhaas, Tue Feb 11 21:00:14 2003 UTC
# Line 114  u32_t sys_arch_protect(void); Line 114  u32_t sys_arch_protect(void);
114  void sys_arch_unprotect(u32_t pval);  void sys_arch_unprotect(u32_t pval);
115    
116  /* Thread functions. */  /* Thread functions. */
117  void sys_thread_new(void (* thread)(void *arg), void *arg);  sys_thread_t sys_thread_new(void (* thread)(void *arg), void *arg);
118    
119  /* The following functions are used only in Unix code, and  /* The following functions are used only in Unix code, and
120     can be omitted when porting the stack. */     can be omitted when porting the stack. */

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26