Browse Source

Set GNU_SOURCE for process_vm_readv (#338)

Brucey 10 months ago
parent
commit
0ed5db03fd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      appstub.mod/appstub.linux.c

+ 1 - 1
appstub.mod/appstub.linux.c

@@ -1,4 +1,4 @@
-
+#define _GNU_SOURCE
 #include <brl.mod/blitz.mod/blitz.h>
 
 #include <signal.h>