Merge "Correct the 1st item name of enum LinuxErrno as SYS_NO_ERROR in DNS Resolver atom."

This commit is contained in:
Frank Li
2020-04-22 14:27:11 +00:00
committed by Gerrit Code Review

View File

@@ -211,7 +211,7 @@ enum CacheStatus{
// 1. bionic/libc/kernel/uapi/asm-generic/errno-base.h
// 2. bionic/libc/kernel/uapi/asm-generic/errno.h
enum LinuxErrno {
SYS_UNKNOWN = 0;
SYS_NO_ERROR = 0;
SYS_EPERM = 1; // Not super-user
SYS_ENOENT = 2; // No such file or directory
SYS_ESRCH = 3; // No such process