Diff for /libaitsched/inc/defs.h between versions 1.13.2.4 and 1.15

version 1.13.2.4, 2014/06/03 20:39:54 version 1.15, 2015/07/02 22:45:00
Line 12  terms: Line 12  terms:
 All of the documentation and software included in the ELWIX and AITNET  All of the documentation and software included in the ELWIX and AITNET
 Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org>  Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org>
   
Copyright 2004 - 2014Copyright 2004 - 2015
         by Michael Pounov <misho@elwix.org>.  All rights reserved.          by Michael Pounov <misho@elwix.org>.  All rights reserved.
   
 Redistribution and use in source and binary forms, with or without  Redistribution and use in source and binary forms, with or without
Line 171  extern int sched_Errno; Line 171  extern int sched_Errno;
 extern char sched_Error[];  extern char sched_Error[];
   
 void sched_SetErr(int, char *, ...);  void sched_SetErr(int, char *, ...);
   
 void *_sched_threadWrapper(sched_task_t *);  
 void *_sched_rtcWrapper(sched_task_t *);  
   
   
 static inline void  static inline void

Removed from v.1.13.2.4  
changed lines
  Added in v.1.15


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>