[haiku-commits] r36043 - haiku/trunk/src/tests/system/libroot/posix/posixtestsuite

  • From: ingo_weinhold@xxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 5 Apr 2010 21:21:50 +0200 (CEST)

Author: bonefish
Date: 2010-04-05 21:21:50 +0200 (Mon, 05 Apr 2010)
New Revision: 36043
Changeset: http://dev.haiku-os.org/changeset/36043/haiku

Modified:
   haiku/trunk/src/tests/system/libroot/posix/posixtestsuite/LDFLAGS
Log:
Enable the mapping to positive POSIX error codes.

Modified: haiku/trunk/src/tests/system/libroot/posix/posixtestsuite/LDFLAGS
===================================================================
--- haiku/trunk/src/tests/system/libroot/posix/posixtestsuite/LDFLAGS   
2010-04-05 17:11:41 UTC (rev 36042)
+++ haiku/trunk/src/tests/system/libroot/posix/posixtestsuite/LDFLAGS   
2010-04-05 19:21:50 UTC (rev 36043)
@@ -14,3 +14,5 @@
 # allow for the NPTL-specific compilation (used in some test cases)
 # Note: this sometimes require the package nptl-devel.*.rpm to be installed.
 #-I /usr/include/nptl -L /usr/lib/nptl -D_XOPEN_SOURCE=600 -lpthread -lrt -lm
+
+-lposix_error_mapper -DB_USE_POSITIVE_POSIX_ERRORS


Other related posts:

  • » [haiku-commits] r36043 - haiku/trunk/src/tests/system/libroot/posix/posixtestsuite - ingo_weinhold