!615 fix: 修复codex及合规问题
Merge pull request !615 from Zhaotianyu/0307codex_fix
This commit is contained in:
commit
bedef30658
|
@ -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