1 // SPDX-FileCopyrightText: 2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
3 // SPDX-License-Identifier: LGPL-2.1-or-later
9 * Userspace RCU library unrecoverable error handling
16 #define urcu_die(cause) \
18 fprintf(stderr, "(" __FILE__ ":%s@%u) Unrecoverable error: %s\n", \
19 __func__, __LINE__, strerror(cause)); \
23 #endif /* _URCU_DIE_H */
This page took 0.031021 seconds and 5 git commands to generate.