This website works better with JavaScript
Home
Explore
Help
Sign In
BlitzNG
/
brl.mod
mirror of
https://github.com/bmx-ng/brl.mod.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Set GNU_SOURCE for process_vm_readv (
#338
)
Brucey
10 months ago
parent
03a085a756
commit
0ed5db03fd
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
appstub.mod/appstub.linux.c
+ 1
- 1
appstub.mod/appstub.linux.c
View File
@@ -1,4 +1,4 @@
-
+
#define _GNU_SOURCE
#include <brl.mod/blitz.mod/blitz.h>
#include <signal.h>