1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-28 17:32:29 +01:00

Added char* wsterrror(int errnum) to return the string associated with errnum

This works even on platforms that don't provide strerror().
This commit is contained in:
dan
1999-12-11 00:39:57 +00:00
parent 4b69ea222e
commit bb75616aad
3 changed files with 36 additions and 27 deletions

View File

@@ -33,6 +33,7 @@ changes since wmaker 0.61.1:
1. if old is NULL, return wmalloc(new_size).
2. if new_size is 0, call wfree(old), and return NULL.
3. if both old is a valid pointer and new_size>0, call realloc.
- added wstrerror(int errnum) to return the string associated with errnum.
changes since wmaker 0.61.0:
............................