Tests working up to neverending suspend - Will be fixed.

This commit is contained in:
Bahadir Balban
2009-10-22 22:50:50 +03:00
parent 948dd4fa71
commit df776b568f
6 changed files with 11 additions and 9 deletions

View File

@@ -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__ */

View File

@@ -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)