We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19edc89 commit 3341d1dCopy full SHA for 3341d1d
compat/compat.h.in
@@ -15,6 +15,8 @@
15
#ifndef _COMPAT_H_
16
#define _COMPAT_H_
17
18
+#define _GNU_SOURCE /* pthread_rwlock_t */
19
+
20
#include <alloca.h>
21
#include <limits.h>
22
#include <pthread.h>
src/session_p.h
@@ -5,7 +5,7 @@
5
* @brief libnetconf2 session manipulation
6
*
7
* @copyright
8
- * Copyright (c) 2017 - 2021 CESNET, z.s.p.o.
+ * Copyright (c) 2017 - 2023 CESNET, z.s.p.o.
9
10
* This source code is licensed under BSD 3-Clause License (the "License").
11
* You may not use this file except in compliance with the License.
@@ -17,6 +17,8 @@
#ifndef NC_SESSION_PRIVATE_H_
#define NC_SESSION_PRIVATE_H_
+#define _GNU_SOURCE
23
#include <stdint.h>
24
#include <sys/stat.h>
0 commit comments