summaryrefslogtreecommitdiff
path: root/src/stat/mknodat.c
AgeCommit message (Collapse)AuthorLines
2013-05-16fix mknod and mknodat to accept large dev_t valuesRich Felker-1/+1
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.
2011-03-20global cleanup to use the new syscall interfaceRich Felker-1/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+7