summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx05
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-04-02 16:26:39 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-04-02 16:26:39 +0000
commit51f5d64cf4b03f9ca9167d7c8c34ffdcc4182c31 (patch)
tree911d327ca326b420e87ea5a4b0a963b606ade6be /testsuites/psxtests/psx05
parentinitialized variables or removed unused variables to remove warnings (diff)
downloadrtems-51f5d64cf4b03f9ca9167d7c8c34ffdcc4182c31.tar.bz2
corrected printf format to avoid warning
Diffstat (limited to 'testsuites/psxtests/psx05')
-rw-r--r--testsuites/psxtests/psx05/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psx05/init.c b/testsuites/psxtests/psx05/init.c
index ec79d6db37..bade436f6f 100644
--- a/testsuites/psxtests/psx05/init.c
+++ b/testsuites/psxtests/psx05/init.c
@@ -14,7 +14,7 @@
#include "system.h"
#include <errno.h>
-#define MUTEX_BAD_ID -2
+#define MUTEX_BAD_ID 0xfffffffe
void Print_mutexattr(
char *msg,