Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
yocto
/
rtos_sdk
/
libc
/
refs/heads/odroidc5-v2023.01
/
.
/
aml
/
aml_errno.c
blob: 3371f671af5dbe2bd2e78019d88ca86f89d619af [
file
] [
log
] [
blame
] [
edit
]
/*
* Copyright (c) 2021-2022 Amlogic, Inc. All rights reserved.
*
* SPDX-License-Identifier: MIT
*/
#include
"aml_errno.h"
#include
"aml_impure.h"
int
*
__errno
(
void
)
{
return
(
int
*)&(
_impure_ptr
->
_errno
);
}