aboutsummaryrefslogtreecommitdiff
path: root/vendor/golang.org/x/sys/unix/mkerrors.sh
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/golang.org/x/sys/unix/mkerrors.sh')
-rw-r--r--vendor/golang.org/x/sys/unix/mkerrors.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/golang.org/x/sys/unix/mkerrors.sh b/vendor/golang.org/x/sys/unix/mkerrors.sh
index cfb61ba..b3c33c2 100644
--- a/vendor/golang.org/x/sys/unix/mkerrors.sh
+++ b/vendor/golang.org/x/sys/unix/mkerrors.sh
@@ -222,6 +222,7 @@ struct ltchars {
222#include <linux/hdreg.h> 222#include <linux/hdreg.h>
223#include <linux/rtc.h> 223#include <linux/rtc.h>
224#include <linux/if_xdp.h> 224#include <linux/if_xdp.h>
225#include <linux/cryptouser.h>
225#include <mtd/ubi-user.h> 226#include <mtd/ubi-user.h>
226#include <net/route.h> 227#include <net/route.h>
227 228
@@ -499,6 +500,7 @@ ccflags="$@"
499 $2 ~ /^NFN/ || 500 $2 ~ /^NFN/ ||
500 $2 ~ /^XDP_/ || 501 $2 ~ /^XDP_/ ||
501 $2 ~ /^(HDIO|WIN|SMART)_/ || 502 $2 ~ /^(HDIO|WIN|SMART)_/ ||
503 $2 ~ /^CRYPTO_/ ||
502 $2 !~ "WMESGLEN" && 504 $2 !~ "WMESGLEN" &&
503 $2 ~ /^W[A-Z0-9]+$/ || 505 $2 ~ /^W[A-Z0-9]+$/ ||
504 $2 ~/^PPPIOC/ || 506 $2 ~/^PPPIOC/ ||