mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
fix
This commit is contained in:
parent
9b07004b9b
commit
899efcd8b0
2 changed files with 3 additions and 1 deletions
|
@ -54,7 +54,7 @@ fn C.isdigit(c int) bool
|
|||
fn C.popen(c &char, t &char) voidptr
|
||||
|
||||
// <libproc.h>
|
||||
pub fn C.proc_pidpath(int, voidptr, int) int
|
||||
fn C.proc_pidpath(int, voidptr, int) int
|
||||
|
||||
fn C.realpath(const_path &char, resolved_path &char) &char
|
||||
|
||||
|
|
|
@ -3,6 +3,8 @@
|
|||
// that can be found in the LICENSE file.
|
||||
module os
|
||||
|
||||
#include <libproc.h>
|
||||
|
||||
pub const sys_write = 4
|
||||
pub const sys_open = 5
|
||||
pub const sys_close = 6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue