We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6239615 commit 2a15272Copy full SHA for 2a15272
unix/mkerrors.sh
@@ -226,6 +226,7 @@ struct ltchars {
226
#include <linux/cryptouser.h>
227
#include <linux/devlink.h>
228
#include <linux/dm-ioctl.h>
229
+#include <linux/elf.h>
230
#include <linux/errqueue.h>
231
#include <linux/ethtool_netlink.h>
232
#include <linux/falloc.h>
@@ -529,6 +530,7 @@ ccflags="$@"
529
530
$2 ~ /^O[CNPFPL][A-Z]+[^_][A-Z]+$/ ||
531
$2 ~ /^(NL|CR|TAB|BS|VT|FF)DLY$/ ||
532
$2 ~ /^(NL|CR|TAB|BS|VT|FF)[0-9]$/ ||
533
+ $2 ~ /^(DT|EI|ELF|EV|NN|NT|PF|SHF|SHN|SHT|STB|STT|VER)_/ ||
534
$2 ~ /^O?XTABS$/ ||
535
$2 ~ /^TC[IO](ON|OFF)$/ ||
536
$2 ~ /^IN_/ ||
0 commit comments