Merge "Use more inclusive language for #inclusivefixit"
This commit is contained in:
commit
5ce349927d
|
@ -35,7 +35,6 @@ using android::base::WriteFully;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
int qemu_pipe_open(const char* pipeName) {
|
int qemu_pipe_open(const char* pipeName) {
|
||||||
// Sanity check.
|
|
||||||
if (!pipeName) {
|
if (!pipeName) {
|
||||||
errno = EINVAL;
|
errno = EINVAL;
|
||||||
return -1;
|
return -1;
|
||||||
|
|
Loading…
Reference in New Issue