gcc 4 compilation fixes.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20835 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -20,6 +20,11 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
enum {
|
||||
CACHE_DONT_SLEEP = 1 << 0,
|
||||
CACHE_ALIGN_TO_TOTAL = 1 << 16,
|
||||
};
|
||||
|
||||
static const int kMinimumSlabItems = 32;
|
||||
|
||||
typedef void (*base_cache_constructor)(void *cookie, void *object);
|
||||
|
||||
Reference in New Issue
Block a user