Files
cgproxy/execsnoop-libbpf/errno_helpers.h
2020-06-18 14:42:56 +08:00

8 lines
186 B
C

/* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */
#ifndef __ERRNO_HELPERS_H
#define __ERRNO_HELPERS_H
int errno_by_name(const char *errno_name);
#endif /* __ERRNO_HELPERS_H */