Skip to content

Commit

Permalink
Merge pull request #3375 from fossdd/musl
Browse files Browse the repository at this point in the history
libotutil: Remove redundant import of prctl.h
  • Loading branch information
cgwalters authored Jan 27, 2025
2 parents 24d4730 + e82bb38 commit c0f8db1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libotutil/ot-unix-utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
#include <errno.h>
#include <fcntl.h>
#include <linux/capability.h>
#include <linux/prctl.h>
#include <stdlib.h>
#include <string.h>
#include <sys/prctl.h>
Expand Down

0 comments on commit c0f8db1

Please sign in to comment.