Skip to content

Commit

Permalink
Merge pull request #279 from jluebbe/define-gnu-source
Browse files Browse the repository at this point in the history
lcfs-fsverity: Add _GNU_SOURCE feature test define
  • Loading branch information
cgwalters committed May 18, 2024
2 parents ecef20c + 71ad107 commit 3d87478
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 3d87478

Please sign in to comment.