aboutsummaryrefslogtreecommitdiffstats
path: root/libc/kernel/tools/defaults.py
diff options
context:
space:
mode:
Diffstat (limited to 'libc/kernel/tools/defaults.py')
-rw-r--r--libc/kernel/tools/defaults.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/kernel/tools/defaults.py b/libc/kernel/tools/defaults.py
index 773d22f00..1b6853e51 100644
--- a/libc/kernel/tools/defaults.py
+++ b/libc/kernel/tools/defaults.py
@@ -64,8 +64,6 @@ kernel_token_replacements = {
# The kernel's SIGRTMIN/SIGRTMAX are absolute limits; userspace steals a few.
"SIGRTMIN": "__SIGRTMIN",
"SIGRTMAX": "__SIGRTMAX",
- # We want to support both BSD and Linux member names in struct udphdr.
- "udphdr": "__kernel_udphdr",
}
# this is the set of known static inline functions that we want to keep