Skip to content

Commit

Permalink
posix: features: define _POSIX_SUBPROFILE
Browse files Browse the repository at this point in the history
As our implementations do not meet all of the requirements of a
POSIX.1-conforming implementation.

Signed-off-by: Yong Cong Sin <yongcong.sin@gmail.com>
  • Loading branch information
ycsin committed Jan 11, 2025
1 parent d4deeeb commit ff3abb8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions include/zephyr/posix/posix_features.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
#define _POSIX_AEP_REALTIME_DEDICATED 200312L
#endif

/*
* Subprofiling Considerations
*/
#define _POSIX_SUBPROFILE 1

/*
* POSIX System Interfaces
*/
Expand Down

0 comments on commit ff3abb8

Please sign in to comment.