X-Git-Url: http://git.lttng.org/?p=urcu.git;a=blobdiff_plain;f=include%2Furcu%2Fstatic%2Furcu-signal-nr.h;fp=include%2Furcu%2Fstatic%2Furcu-signal-nr.h;h=0000000000000000000000000000000000000000;hp=de3128e0dee82bf287e28af3658022d776ad34c0;hb=aad674a9a583e09e854145f18c5d8854269dce8c;hpb=3d003c571cd461aba1935e5d21e1e04da7183970 diff --git a/include/urcu/static/urcu-signal-nr.h b/include/urcu/static/urcu-signal-nr.h deleted file mode 100644 index de3128e..0000000 --- a/include/urcu/static/urcu-signal-nr.h +++ /dev/null @@ -1,28 +0,0 @@ -// SPDX-FileCopyrightText: 2009 Mathieu Desnoyers -// SPDX-FileCopyrightText: 2009 Paul E. McKenney, IBM Corporation. -// -// SPDX-License-Identifier: LGPL-2.1-or-later - -#ifndef _STATIC_URCU_SIGNAL_NR_H -#define _STATIC_URCU_SIGNAL_NR_H - -/* - * Userspace RCU header. - * - * IBM's contributions to this file may be relicensed under LGPLv2 or later. - */ - -/* - * The signal number used by the RCU library can be overridden with - * -DSIGRCU= when compiling the library. - * Provide backward compatibility for liburcu 0.3.x SIGURCU. - */ -#ifdef SIGURCU -#define SIGRCU SIGURCU -#endif - -#ifndef SIGRCU -#define SIGRCU SIGUSR1 -#endif - -#endif /* _STATIC_URCU_SIGNAL_NR_H */