mirror of
https://github.com/drasko/codezero.git
synced 2026-01-18 13:53:16 +01:00
Tests working up to neverending suspend - Will be fixed.
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
#define CAP_CONTROL_READ 1
|
||||
#define CAP_CONTROL_SHARE 2
|
||||
|
||||
#define CAP_SHARE_WITH_SPACE 1
|
||||
#define CAP_SHARE_WITH_CONTAINER 2
|
||||
#define CAP_SHARE_WITH_TGROUP 4
|
||||
#define CAP_SHARE_SPACE 1
|
||||
#define CAP_SHARE_CONTAINER 2
|
||||
#define CAP_SHARE_GROUP 4
|
||||
|
||||
#endif /* __API_CAPABILITY_H__ */
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
|
||||
/* use this to place code/data in a certain section */
|
||||
#define SECTION(x) __attribute__((section(x)))
|
||||
#define ALIGN(x) __attribute__((aligned (x)))
|
||||
|
||||
/* Functions for critical path optimizations */
|
||||
#if (__GNUC__ >= 3)
|
||||
|
||||
Reference in New Issue
Block a user