[Kernel] Fix the errno definitions in armcc/iar.

This commit is contained in:
Bernard Xiong
2018-12-27 09:11:07 +08:00
parent 51b353e83d
commit 96e6deac29
2 changed files with 184 additions and 154 deletions

View File

@@ -1,15 +0,0 @@
/*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
*/
#ifndef SYS_ERRNO_H__
#define SYS_ERRNO_H__
#include <rtthread.h>
#endif