[BACK]Return to lwp.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / sys

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/sys/lwp.h between version 1.1.2.17 and 1.1.2.18

version 1.1.2.17, 2002/10/18 03:30:14 version 1.1.2.18, 2002/10/18 04:06:45
Line 156  struct lwp *nextrunqueue(void);
Line 156  struct lwp *nextrunqueue(void);
 #endif  #endif
 void    unsleep (struct lwp *);  void    unsleep (struct lwp *);
 #ifndef cpu_switch  #ifndef cpu_switch
 int     cpu_switch (struct lwp *);  int     cpu_switch (struct lwp *, struct lwp *);
 #endif  #endif
 void    cpu_preempt (struct lwp *, struct lwp *);  void    cpu_preempt (struct lwp *, struct lwp *);
   

Legend:
Removed from v.1.1.2.17  
changed lines
  Added in v.1.1.2.18

CVSweb <webmaster@jp.NetBSD.org>