Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning when compiling seccomp-run.c on recent distributions #20

Open
olivierpierre opened this issue Jan 29, 2025 · 0 comments
Open

Warning when compiling seccomp-run.c on recent distributions #20

olivierpierre opened this issue Jan 29, 2025 · 0 comments

Comments

@olivierpierre
Copy link
Collaborator

make
gcc src/seccomp-run.c -o src/seccomp-run
src/seccomp-run.c:61: warning: "PATH_MAX" redefined
   61 | #define PATH_MAX 2048
      |
In file included from src/seccomp-run.c:42:
/usr/include/linux/limits.h:13: note: this is the location of the previous definition
   13 | #define PATH_MAX        4096    /* # chars in a path name including nul */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant