syserr_initialize: delete redundant strerror() declaration
This line issues a warning on clang. strerror is of course a part of ISO C since its dawn. We practically have never needed it.
syserr_initialize: delete redundant strerror() declaration
This line issues a warning on clang. strerror is of course a part of
ISO C since its dawn. We practically have never needed it.