mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
parser: do not allow calling private functions
This commit is contained in:
@@ -836,7 +836,7 @@ pub fn on_segfault(f voidptr) {
|
||||
fn C.getpid() int
|
||||
|
||||
|
||||
fn C.proc_pidpath(int, byteptr, int) int
|
||||
//fn C.proc_pidpath(int, byteptr, int) int
|
||||
|
||||
|
||||
fn C.readlink() int
|
||||
|
Reference in New Issue
Block a user