mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
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
This commit is contained in:
parent
fbc5bf1691
commit
c4133365e4
1 changed files with 0 additions and 4 deletions
|
@ -29,10 +29,6 @@
|
|||
|
||||
extern int errno;
|
||||
|
||||
#ifndef HAVE_STRERROR
|
||||
extern const char* strerror(int eno);
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
* Functions for debugging object allocation/deallocation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue