fix: handle EINTR correctly in get_cpu_mask_from_sysfs
[librseq.git] / src / smp.h
CommitLineData
cb475906
MD
1// SPDX-License-Identifier: MIT
2/*
3 * Copyright (C) 2011-2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
4 * Copyright (C) 2019 Michael Jeanson <mjeanson@efficios.com>
5 */
6
7#ifndef _RSEQ_SMP_H
8#define _RSEQ_SMP_H
9
10int get_possible_cpus_array_len(void) __attribute__((visibility("hidden")));
11
12#endif /* _RSEQ_SMP_H */
This page took 0.03013 seconds and 4 git commands to generate.