From 60656c54d14b9898fb062a85a527802c28a84042 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Sun, 25 Jul 2010 17:20:39 +0000 Subject: [PATCH] * 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 --- src/system/libroot/posix/locale/wctype.cpp | 1 - src/system/libroot/posix/string/strcoll.cpp | 1 - src/system/libroot/posix/string/strxfrm.cpp | 1 - src/tests/system/libroot/posix/locale_test.cpp | 2 -- 4 files changed, 5 deletions(-) diff --git a/src/system/libroot/posix/locale/wctype.cpp b/src/system/libroot/posix/locale/wctype.cpp index c09892659d..a0174dafda 100644 --- a/src/system/libroot/posix/locale/wctype.cpp +++ b/src/system/libroot/posix/locale/wctype.cpp @@ -3,7 +3,6 @@ ** Distributed under the terms of the Haiku License. */ -#define B_USE_POSITIVE_POSIX_ERRORS #include #include #include diff --git a/src/system/libroot/posix/string/strcoll.cpp b/src/system/libroot/posix/string/strcoll.cpp index 906adb66cc..6f45badc51 100644 --- a/src/system/libroot/posix/string/strcoll.cpp +++ b/src/system/libroot/posix/string/strcoll.cpp @@ -4,7 +4,6 @@ * All rights reserved. Distributed under the terms of the MIT License. */ -#define B_USE_POSITIVE_POSIX_ERRORS #include #include diff --git a/src/system/libroot/posix/string/strxfrm.cpp b/src/system/libroot/posix/string/strxfrm.cpp index daa97ece14..9a19996b09 100644 --- a/src/system/libroot/posix/string/strxfrm.cpp +++ b/src/system/libroot/posix/string/strxfrm.cpp @@ -4,7 +4,6 @@ * All rights reserved. Distributed under the terms of the MIT license. */ -#define B_USE_POSITIVE_POSIX_ERRORS #include #include diff --git a/src/tests/system/libroot/posix/locale_test.cpp b/src/tests/system/libroot/posix/locale_test.cpp index e2a62b6df4..28928b19f6 100644 --- a/src/tests/system/libroot/posix/locale_test.cpp +++ b/src/tests/system/libroot/posix/locale_test.cpp @@ -3,8 +3,6 @@ * Distributed under the terms of the MIT License. */ -#define B_USE_POSITIVE_POSIX_ERRORS - #include #include #include