add __xmknod and __xmknodat abi-compat functions
authorRich Felker <dalias@aerifal.cx>
Sun, 22 Jun 2014 04:37:12 +0000 (00:37 -0400)
committerRich Felker <dalias@aerifal.cx>
Sun, 22 Jun 2014 04:37:12 +0000 (00:37 -0400)
commit1fd0f6e31f157cc9be115c29f0c537d8a225cc86
tree61e99e768aab844bfe14b980ac43c8f7d08e9441
parent76f2bcc7d673d0a1b06ea4b2545b4096979ad518
add __xmknod and __xmknodat abi-compat functions

these are put alongside the similar functions for __xstat, etc. in
__xstat.c to avoid bloating the number of source files.
src/stat/__xstat.c