mirror of
https://review.haiku-os.org/haiku
synced 2025-01-24 07:14:48 +01:00
22 lines
332 B
C
22 lines
332 B
C
|
/*
|
||
|
* Copyright 2010, Oliver Tappe, zooey@hirschkaefer.de.
|
||
|
* Distributed under the terms of the MIT License.
|
||
|
*/
|
||
|
#ifndef _POSIX_LC_TIME_INFO_H
|
||
|
#define _POSIX_LC_TIME_INFO_H
|
||
|
|
||
|
|
||
|
#include <timelocal.h>
|
||
|
|
||
|
|
||
|
namespace BPrivate {
|
||
|
|
||
|
|
||
|
extern const struct lc_time_t gPosixLCTimeInfo;
|
||
|
|
||
|
|
||
|
} // namespace BPrivate
|
||
|
|
||
|
|
||
|
#endif // _POSIX_LC_TIME_INFO_H
|