[examples-v2 commit] posix_api: Turn posix check into function call.

Gedare Bloom gedare at rtems.org
Thu Dec 12 19:49:55 UTC 2013


Module:    examples-v2
Branch:    master
Commit:    55c567c0aafc2b74935e441006e50b0e99650a9d
Changeset: http://git.rtems.org/examples-v2/commit/?id=55c567c0aafc2b74935e441006e50b0e99650a9d

Author:    Gedare Bloom <gedare at rtems.org>
Date:      Wed Dec  4 09:36:44 2013 -0500

posix_api: Turn posix check into function call.

---

 posix_api/wscript |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/posix_api/wscript b/posix_api/wscript
index c5529f0..7f2e506 100644
--- a/posix_api/wscript
+++ b/posix_api/wscript
@@ -6,7 +6,7 @@
 import rtems_waf.rtems as rtems
 
 def build(bld):
-    if rtems.check_posix:
+    if rtems.check_posix():
         bld.recurse('psx_example_1')
         bld.recurse('psx_example_2')
         bld.recurse('psx_example_3')




More information about the vc mailing list