fix: codex等问题修复
Signed-off-by: arvinzzz <zhaotianyu9@huawei.com> Change-Id: Ib2c46be5e117fab5506bb7b5229f31e611195f1b
This commit is contained in:
parent
bc33bcd319
commit
f34b94e98d
|
@ -1,6 +1,3 @@
|
||||||
#ifndef _ADAPT_SYS_PRCTL_H
|
|
||||||
#define _ADAPT_SYS_PRCTL_H
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2021-2021 Huawei Device Co., Ltd. All rights reserved.
|
* Copyright (c) 2021-2021 Huawei Device Co., Ltd. All rights reserved.
|
||||||
*
|
*
|
||||||
|
@ -31,6 +28,9 @@
|
||||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef _ADAPT_SYS_PRCTL_H
|
||||||
|
#define _ADAPT_SYS_PRCTL_H
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue