add port io functions to sys/io.h
authorRich Felker <dalias@aerifal.cx>
Mon, 19 Nov 2012 00:31:58 +0000 (19:31 -0500)
committerRich Felker <dalias@aerifal.cx>
Mon, 19 Nov 2012 00:31:58 +0000 (19:31 -0500)
based on proposal by Isaac Dunham. nonexistance of bits/io.h will
cause inclusion of sys/io.h to produce an error on archs that are not
supposed to have it. this is probably the desired behavior, but the
error message may be a bit unusual.


No differences found