fix parallel build of ipc tests (for make -jN)
[libc-test] / src / functional / ipc_shm.c
index 6863ad5..2c87e2c 100644 (file)
@@ -12,7 +12,7 @@
 #include "test.h"
 
 static const char path[] = ".";
-static const int id = 'x';
+static const int id = 'h';
 
 #define T(f) do{ \
        if ((f)+1 == 0) \