vfs: check userland buffers before reading them.
[haiku.git] / headers / posix / size_t.h
blobf8235c914f3d726c10db8e1c215cc2b5cceb1ac5
1 /*
2 * Copyright 2008-2012 Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef _SIZE_T_H_
6 #define _SIZE_T_H_
9 #include <stddef.h>
12 /* ATM we don't define ssize_t for GCC2 */
13 #if __GNUC__ > 2 && !defined(__ssize_t__)
14 # define __ssize_t__
15 typedef long signed int ssize_t;
16 #endif
19 #endif /* _SIZE_T_H_ */