Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests/strerror_override.c: fix compilation error
I got this on Mac OS X at least. Not sure if it shows up in other envs error: ``` strerror_override.c:53:13: error: incompatible redeclaration of library function 'strerror' [-Werror,-Wincompatible-library-redeclaration] const char *strerror(int errno_in) ``` Signed-off-by: Alexandru Ardelean <[email protected]>
- Loading branch information