mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
os: libproc.h on macos only
This commit is contained in:
@@ -8,10 +8,6 @@ module os
|
||||
#include <signal.h>
|
||||
#include <errno.h>
|
||||
|
||||
$if mac {
|
||||
#include <libproc.h> // proc_pidpath
|
||||
}
|
||||
|
||||
/*
|
||||
struct dirent {
|
||||
d_ino int
|
||||
|
||||
Reference in New Issue
Block a user