diff options
author | Rich Felker <dalias@aerifal.cx> | 2019-07-04 12:28:29 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2019-07-04 12:28:29 -0400 |
commit | 524e76f17b296ce36c2fb1a1469e814a045ec957 (patch) | |
tree | d42b8abdce6a3f0b68ab6e9015dc089cb6dd88e7 /arch | |
parent | 4b5ba0765038f4e9c3424d63bd1ed3f2faef3048 (diff) | |
download | musl-524e76f17b296ce36c2fb1a1469e814a045ec957.tar.gz musl-524e76f17b296ce36c2fb1a1469e814a045ec957.tar.bz2 musl-524e76f17b296ce36c2fb1a1469e814a045ec957.tar.xz musl-524e76f17b296ce36c2fb1a1469e814a045ec957.zip |
remove spurious MAP_32BIT definition from riscv64 arch
this was apparently copied from x86_64; it's not part of the kernel
API for riscv64. this change eliminates the need for a
riscv64-specific bits header and lets it use the generic one.
Diffstat (limited to 'arch')
-rw-r--r-- | arch/riscv64/bits/mman.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/riscv64/bits/mman.h b/arch/riscv64/bits/mman.h deleted file mode 100644 index 36950573..00000000 --- a/arch/riscv64/bits/mman.h +++ /dev/null @@ -1 +0,0 @@ -#define MAP_32BIT 0x40 |