vfs: check userland buffers before reading them.
[haiku.git] / headers / private / libroot / locale / PosixLocaleConv.h
blob0d36637d80f56cad1ab854716df29b3f1dcb137f
1 /*
2 * Copyright 2010, Oliver Tappe, zooey@hirschkaefer.de.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef _POSIX_LOCALE_CONV_H
6 #define _POSIX_LOCALE_CONV_H
9 #include <locale.h>
12 namespace BPrivate {
13 namespace Libroot {
16 extern struct lconv gPosixLocaleConv;
19 } // namespace Libroot
20 } // namespace BPrivate
23 #endif // _POSIX_LOCALE_CONV_H