Home
last modified time | relevance | path

Searched refs:fake_close (Results 1 – 2 of 2) sorted by relevance

/f-stack/tools/ifconfig/
H A Difconfig.h49 int fake_close(int fd);
52 #define close(a) fake_close((a))
H A Difconfig.c208 fake_close(int fd) in fake_close() function