Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4bddc412 authored by lifr's avatar lifr Committed by Automerger Merge Worker
Browse files

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

Correct the 1st item name of enum LinuxErrno as SYS_NO_ERROR in DNS Resolver atom. am: 80352264 am: 52e70f7e am: c435d139 am: 970a8b03 am: 754fab29

Change-Id: I186509ffce6c5578e5f53dd8ef81932a7dcf7ebb
parents 11150d91 754fab29
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -212,7 +212,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