[BACK]Return to _stdio.c CVS log [TXT][DIR] Up to [local] / prex-old / usr / lib / libsa

Diff for /prex-old/usr/lib/libsa/_stdio.c between version 1.1.1.1 and 1.1.1.1.2.1

version 1.1.1.1, 2008/06/03 10:38:49 version 1.1.1.1.2.1, 2008/08/13 17:12:39
Line 31 
Line 31 
   
 extern void     (*__cleanup)(void);     /* in exit() */  extern void     (*__cleanup)(void);     /* in exit() */
   
   void __console_write(char *, size_t);
   char __console_read(void);
   
   
 static device_t __console_dev;  static device_t __console_dev;
   
 static int init_done = 0;  static int init_done = 0;
   
 void  static void
 __stdio_exit(void)  __stdio_exit(void)
 {  {
   

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

CVSweb