diff options
author | Rich Felker <dalias@aerifal.cx> | 2013-05-16 16:27:37 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2013-05-16 16:27:37 -0400 |
commit | 1a70198b3e5a7866bf4c62d090d8a8e28b12521a (patch) | |
tree | 1d4032932900574ea2b0309cd1ffc8cbd8aed5ea /arch/i386/bits | |
parent | e216951f509b71da193da2fc63e25b998740d58b (diff) | |
download | musl-1a70198b3e5a7866bf4c62d090d8a8e28b12521a.tar.gz musl-1a70198b3e5a7866bf4c62d090d8a8e28b12521a.tar.bz2 musl-1a70198b3e5a7866bf4c62d090d8a8e28b12521a.tar.xz musl-1a70198b3e5a7866bf4c62d090d8a8e28b12521a.zip |
fix mknod and mknodat to accept large dev_t values
support for these was recently added to sysmacros.h. note that the
syscall argument is a long, despite dev_t being 64-bit, so on 32-bit
archs the high bits will be lost. it appears the high bits are just
glibc silliness and not part of the kernel api, anyway, but it's nice
that we have them there for future expansion if needed.
Diffstat (limited to 'arch/i386/bits')
0 files changed, 0 insertions, 0 deletions