mirror of
https://github.com/topjohnwu/ndk-busybox.git
synced 2025-01-31 08:52:31 +00:00
fuser: a now, the corrected fix (vda botched previous one)
This commit is contained in:
parent
634b022108
commit
cd9d4c85a4
@ -216,6 +216,7 @@ static pid_list *scan_proc_pids(inode_list *ilist)
|
|||||||
pid_t pid;
|
pid_t pid;
|
||||||
pid_list *plist;
|
pid_list *plist;
|
||||||
|
|
||||||
|
xchdir("/proc");
|
||||||
d = opendir("/proc");
|
d = opendir("/proc");
|
||||||
if (!d)
|
if (!d)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user