mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 09:41:15 +00:00
Fix typo. That's HAVE_STRERROR, not HAS_STRERROR.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1915 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a577375cfa
commit
a698d2d70d
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
#include <stdarg.h>
|
||||
#include <errno.h>
|
||||
|
||||
#if !HAS_STRERROR
|
||||
#if !HAVE_STRERROR
|
||||
static const char*
|
||||
strerror(int eno)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue