progress on all fronts
[com32] / src / libc / stdio.c
index 1f12fd6..a0e39b1 100644 (file)
@@ -139,10 +139,12 @@ int ser_vprintf(const char *fmt, va_list ap)
        return intern_printf(OUT_SER, 0, 0, fmt, ap);
 }
 
+/*
 void perror(const char *s)
 {
        printf("%s: %s\n", s, strerror(errno));
 }
+*/
 
 /* intern_printf provides all the functionality needed by all the printf
  * variants.