mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-28 01:50:22 +00:00
[posix] POSIX standard implementation for PSE51 (#5384)
* [posix] POSIX standard implementation for PSE51 - add some posix's interfaces that we haven't before. - these PR have passed the interface definition test across gcc platfrom; - have tested base on qemu-a9 and stm32h750-art-pi. * [newlib] only enable POSIX.1-1990 * update projects
This commit is contained in:
committed by
GitHub
parent
417efc370f
commit
6369e89502
15
components/libc/posix/ipc/system-v/sys/msg.h
Normal file
15
components/libc/posix/ipc/system-v/sys/msg.h
Normal file
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
* Copyright (c) 2006-2021, RT-Thread Development Team
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Change Logs:
|
||||
* Date Author Notes
|
||||
* 2021-12-07 Meco Man First version
|
||||
*/
|
||||
#ifndef __SYS_MSG_H__
|
||||
#define __SYS_MSG_H__
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user