mirror of
https://github.com/tailscale/tailscale.git
synced 2025-03-04 13:06:54 +00:00
7 lines
131 B
C
7 lines
131 B
C
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
|
|
|
|
|
|
#ifndef __always_inline
|
|
#define __always_inline __inline__
|
|
#endif
|