Move to kernel style SPDX license identifiers
[lttng-ust.git] / liblttng-ust / creds.h
1 /*
2 * SPDX-License-Identifier: LGPL-2.1-only
3 *
4 * Copyright (C) 2019 Michael Jeanson <mjeanson@efficios.com>
5 */
6
7 #ifndef _LTTNG_CREDS_H
8 #define _LTTNG_CREDS_H
9
10 /*
11 * This is used in the kernel as an invalid value.
12 */
13
14 #define INVALID_UID (uid_t) -1
15 #define INVALID_GID (gid_t) -1
16
17 #endif /* _LTTNG_CREDS_H */
This page took 0.028636 seconds and 4 git commands to generate.