Browse Source

reverse the change in pal_linux_defs.h

Chia-Che Tsai 9 years ago
parent
commit
82ea92de08
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Pal/src/host/Linux/pal_linux_defs.h

+ 1 - 1
Pal/src/host/Linux/pal_linux_defs.h

@@ -5,7 +5,7 @@
 #define PAL_LINUX_DEFS_H
 
 /* internal wrap native pipe inside pipe streams */
-#define USE_PIPE_SYSCALL        0
+#define USE_PIPE_SYSCALL        1
 
 #define USE_VSYSCALL_GETTIME    0
 #define USE_VDSO_GETTIME        1