* don't use B_USE_POSITIVE_POSIX_ERRORS in libroot, let any interested party

use that and the posix_error_mapper

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37737 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Oliver Tappe 2010-07-25 17:20:39 +00:00
parent ac055d4bf8
commit 60656c54d1
4 changed files with 0 additions and 5 deletions

View File

@ -3,7 +3,6 @@
** Distributed under the terms of the Haiku License.
*/
#define B_USE_POSITIVE_POSIX_ERRORS
#include <ctype.h>
#include <errno.h>
#include <string.h>

View File

@ -4,7 +4,6 @@
* All rights reserved. Distributed under the terms of the MIT License.
*/
#define B_USE_POSITIVE_POSIX_ERRORS
#include <errno.h>
#include <string.h>

View File

@ -4,7 +4,6 @@
* All rights reserved. Distributed under the terms of the MIT license.
*/
#define B_USE_POSITIVE_POSIX_ERRORS
#include <errno.h>
#include <string.h>

View File

@ -3,8 +3,6 @@
* Distributed under the terms of the MIT License.
*/
#define B_USE_POSITIVE_POSIX_ERRORS
#include <ctype.h>
#include <errno.h>
#include <langinfo.h>