File tree Expand file tree Collapse file tree 17 files changed +39
-27
lines changed Expand file tree Collapse file tree 17 files changed +39
-27
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2006-2018 , RT-Thread Development Team
2+ * Copyright (c) 2006-2021 , RT-Thread Development Team
33 *
44 * SPDX-License-Identifier: Apache-2.0
5+ *
6+ * Change Logs:
7+ * Date Author Notes
58 */
69
710#ifndef LIBC_DIRENT_H__
Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2006-2018 , RT-Thread Development Team
2+ * Copyright (c) 2006-2021 , RT-Thread Development Team
33 *
44 * SPDX-License-Identifier: Apache-2.0
55 *
@@ -161,7 +161,7 @@ defined in armcc/errno.h
161161#define EPROTONOSUPPORT (ERROR_BASE_NO + 93)
162162#define ESOCKTNOSUPPORT (ERROR_BASE_NO + 94)
163163#define EOPNOTSUPP (ERROR_BASE_NO + 95)
164- #define ENOTSUP EOPNOTSUPP
164+ #define ENOTSUP EOPNOTSUPP
165165#define EPFNOSUPPORT (ERROR_BASE_NO + 96)
166166#define EAFNOSUPPORT (ERROR_BASE_NO + 97)
167167#define EADDRINUSE (ERROR_BASE_NO + 98)
Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2006-2018 , RT-Thread Development Team
2+ * Copyright (c) 2006-2021 , RT-Thread Development Team
33 *
44 * SPDX-License-Identifier: Apache-2.0
55 *
3838#ifdef _O_BINARY
3939#define O_BINARY _O_BINARY
4040#else
41- #define O_BINARY 0
41+ #define O_BINARY 0
4242#endif
4343#endif
4444
Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2006-2018 , RT-Thread Development Team
2+ * Copyright (c) 2006-2021 , RT-Thread Development Team
33 *
44 * SPDX-License-Identifier: Apache-2.0
55 *
Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2006-2018 , RT-Thread Development Team
2+ * Copyright (c) 2006-2021 , RT-Thread Development Team
33 *
44 * SPDX-License-Identifier: Apache-2.0
55 *
Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2006-2018 , RT-Thread Development Team
2+ * Copyright (c) 2006-2021 , RT-Thread Development Team
33 *
44 * SPDX-License-Identifier: Apache-2.0
55 *
66 * Change Logs:
7- * Date Author Notes
8- * 2020-09-05 Meco Manthe first version
7+ * Date Author Notes
8+ * 2020-09-05 Meco Man the first version
99 */
1010
1111#ifndef LIBC_LIMITS_H__
Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2006-2018 , RT-Thread Development Team
2+ * Copyright (c) 2006-2021 , RT-Thread Development Team
33 *
44 * SPDX-License-Identifier: Apache-2.0
55 *
@@ -57,11 +57,11 @@ typedef struct siginfo siginfo_t;
5757
5858#define SI_USER 0x01 /* Signal sent by kill(). */
5959#define SI_QUEUE 0x02 /* Signal sent by sigqueue(). */
60- #define SI_TIMER 0x03 /* Signal generated by expiration of a
60+ #define SI_TIMER 0x03 /* Signal generated by expiration of a
6161 timer set by timer_settime(). */
62- #define SI_ASYNCIO 0x04 /* Signal generated by completion of an
62+ #define SI_ASYNCIO 0x04 /* Signal generated by completion of an
6363 asynchronous I/O request. */
64- #define SI_MESGQ 0x05 /* Signal generated by arrival of a
64+ #define SI_MESGQ 0x05 /* Signal generated by arrival of a
6565 message on an empty message queue. */
6666
6767#if !defined(RT_USING_NEWLIB )
Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2006-2018 , RT-Thread Development Team
2+ * Copyright (c) 2006-2021 , RT-Thread Development Team
33 *
44 * SPDX-License-Identifier: Apache-2.0
5+ *
6+ * Change Logs:
7+ * Date Author Notes
58 */
69
710#ifndef LIBC_STAT_H__
Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2006-2018 , RT-Thread Development Team
2+ * Copyright (c) 2006-2021 , RT-Thread Development Team
33 *
44 * SPDX-License-Identifier: Apache-2.0
55 *
66 * Change Logs:
7- * Date Author Notes
8- * 2020-09-05 Meco Manthe first version
7+ * Date Author Notes
8+ * 2020-09-05 Meco Man the first version
99 */
1010
1111#ifndef LIBC_STDIO_H__
Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2006-2018 , RT-Thread Development Team
2+ * Copyright (c) 2006-2021 , RT-Thread Development Team
33 *
44 * SPDX-License-Identifier: Apache-2.0
55 *
You can’t perform that action at this time.
0 commit comments