aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools/extract_errnos.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/extract_errnos.sh')
-rw-r--r--src/tools/extract_errnos.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/tools/extract_errnos.sh b/src/tools/extract_errnos.sh
index 43b225828..286fdd767 100644
--- a/src/tools/extract_errnos.sh
+++ b/src/tools/extract_errnos.sh
@@ -1,3 +1,8 @@
1#!/bin/bash
2# This file is part of Firejail project
3# Copyright (C) 2014-2020 Firejail Authors
4# License GPL v2
5
1echo -e "#include <errno.h>\n#include <attr/xattr.h>" | \ 6echo -e "#include <errno.h>\n#include <attr/xattr.h>" | \
2 cpp -dD | \ 7 cpp -dD | \
3 grep "^#define E" | \ 8 grep "^#define E" | \