From c4133365e4eefa8117b26025371bb7da034a8153 Mon Sep 17 00:00:00 2001 From: richard Date: Mon, 15 Feb 1999 14:06:11 +0000 Subject: [PATCH] Don't declare strerror() in case of conflict git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3710 72102866-910b-0410-8b05-ffd578937521 --- Headers/gnustep/base/NSDebug.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Headers/gnustep/base/NSDebug.h b/Headers/gnustep/base/NSDebug.h index 61cb8f0fe..c8b69fecb 100644 --- a/Headers/gnustep/base/NSDebug.h +++ b/Headers/gnustep/base/NSDebug.h @@ -29,10 +29,6 @@ extern int errno; -#ifndef HAVE_STRERROR -extern const char* strerror(int eno); -#endif - /* * Functions for debugging object allocation/deallocation