Skip to content

Commit

Permalink
lcfs-fsverity: Add _GNU_SOURCE feature test define
Browse files Browse the repository at this point in the history
This file uses htole64(), so it should define _GNU_SOURCE.

Signed-off-by: Jan Luebbe <[email protected]>
  • Loading branch information
jluebbe committed May 12, 2024
1 parent ecef20c commit 71ad107
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libcomposefs/lcfs-fsverity.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */

#define _GNU_SOURCE

#include "config.h"

#include <sys/stat.h>
Expand Down

0 comments on commit 71ad107

Please sign in to comment.