diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-05-11 01:51:10 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-05-11 01:53:49 +0200 |
commit | d6c72f976c61d3c1465699f2bcad77e62bafe61d (patch) | |
tree | dba31626faf3f842ea3dfa626672362204c23614 /sysdeps/mach/hurd/bits | |
parent | 3ca9f43d1007956251130ee5a59abb63bff8a6b6 (diff) | |
download | glibc-d6c72f976c61d3c1465699f2bcad77e62bafe61d.tar.gz glibc-d6c72f976c61d3c1465699f2bcad77e62bafe61d.tar.xz glibc-d6c72f976c61d3c1465699f2bcad77e62bafe61d.zip |
hurd: rule out some mach headers when generating errno.h
While mach/kern_return.h happens to pull mach/machine/kern_return.h, mach/machine/boolean.h, and mach/machine/vm_types.h (and realpath-ing them exposes the machine-specific machine symlink content), those headers do not actually define anything machine-specific for the content of errno.h. So we can just rule out these machine-specific from the dependency comment.
Diffstat (limited to 'sysdeps/mach/hurd/bits')
-rw-r--r-- | sysdeps/mach/hurd/bits/errno.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/mach/hurd/bits/errno.h b/sysdeps/mach/hurd/bits/errno.h index 069865189f..a0794f96aa 100644 --- a/sysdeps/mach/hurd/bits/errno.h +++ b/sysdeps/mach/hurd/bits/errno.h @@ -4,11 +4,8 @@ libc-symbols.h mach/message.h mach/kern_return.h - mach/i386/kern_return.h mach/port.h mach/boolean.h - mach/i386/boolean.h - mach/i386/vm_types.h stdint.h ../stdlib/stdint.h ../bits/libc-header-start.h |