Fix: power of 2 size check should apply to size_t type, not uint32_t
[lttng-ust.git] / libringbuffer / tlsfixup.h
CommitLineData
f645cfa7
MD
1#ifndef _LTTNG_UST_LIB_RINGBUFFER_TLS_FIXUP_H
2#define _LTTNG_UST_LIB_RINGBUFFER_TLS_FIXUP_H
3
4/*
5 * libringbuffer/tlsfixup.h
6 *
7 * Copyright 2011 (c) - Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8 *
9 * Dual LGPL v2.1/GPL v2 license.
10 */
11
12void lttng_fixup_ringbuffer_tls(void);
13
14#endif /* _LTTNG_UST_LIB_RINGBUFFER_TLS_FIXUP_H */
This page took 0.024301 seconds and 4 git commands to generate.