mirror of
https://github.com/openharmony/distributedhardware_distributed_input.git
synced 2026-07-20 21:41:02 -04:00
@@ -300,7 +300,7 @@ void CloseFd(int& fd)
|
||||
return;
|
||||
}
|
||||
close(fd);
|
||||
fd = -1;
|
||||
fd = UN_INIT_FD_VALUE;
|
||||
}
|
||||
|
||||
int BitIsSet(const unsigned long *array, int bit)
|
||||
|
||||
Reference in New Issue
Block a user