/[rtmk]/rtmk/trace.c
ViewVC logotype

Diff of /rtmk/trace.c

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

revision 1.1.1.1 by jrydberg, Fri Dec 7 02:05:41 2001 UTC revision 1.2 by jrydberg, Thu Jan 3 01:32:43 2002 UTC
# Line 20  Foundation, Inc., 59 Temple Place - Suit Line 20  Foundation, Inc., 59 Temple Place - Suit
20  #include <stdarg.h>  #include <stdarg.h>
21  #include "trace.h"  #include "trace.h"
22    
23    struct trace_statistics trace_stats;
24    #if 0
25  static spin_lock_t printf_lock = SPIN_LOCK_INITIALIZER;  static spin_lock_t printf_lock = SPIN_LOCK_INITIALIZER;
26    #endif
27    
28  void  void
29  _trace_printf (char *file_name, int line_no, char *fmt, ...)  _trace_printf (char *file_name, int line_no, char *fmt, ...)

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

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