Changeset 356 for Whitix/trunk/user/libc

Show
Ignore:
Timestamp:
04/24/08 23:33:27 (7 months ago)
Author:
mwhitworth
Message:

Various errno fixes.

Location:
Whitix/trunk/user/libc
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • Whitix/trunk/user/libc/errno/errno.c

    r189 r356  
    11#include <errno.h> 
    22 
    3 int errno =0; 
     3int errno=0; 
  • Whitix/trunk/user/libc/string/str.c

    r267 r356  
    223223 
    224224char* errorTable[]={ 
    225         "No error", 
    226         "No permission", 
     225        "No error", 
     226        "No permission", 
    227227        "No such file or directory", 
    228228        "Low-level I/O error", 
     
    235235        "Out of file handles", 
    236236        "No space on device", 
    237         "Read only filesystem", 
     237        "Read-only filesystem", 
    238238        "No such system call", 
    239239        "Function not implemented",