vfs: check userland buffers before reading them.
[haiku.git] / src / system / glue / haiku_version_glue.c
bloba058a72cb94af4fe9767bb57f2bf895582b016dd
1 /*
2 * Copyright 2009, Ingo Weinhold, ingo_weinhold@gmx.de. All rights reserved.
3 * Distributed under the terms of the MIT License.
4 */
6 #include <SupportDefs.h>
8 #include <image_defs.h>
11 // Haiku API and ABI versions -- we compile those into shared objects so that
12 // the runtime loader can discriminate the versions and enable compatibility
13 // work-arounds, if necessary.
15 uint32 B_SHARED_OBJECT_HAIKU_VERSION_VARIABLE = B_HAIKU_VERSION;
16 uint32 B_SHARED_OBJECT_HAIKU_ABI_VARIABLE = B_HAIKU_ABI;