move register_t and u_int64_t (back) to alltypes
authorRich Felker <dalias@aerifal.cx>
Mon, 22 Jul 2013 20:40:35 +0000 (16:40 -0400)
committerRich Felker <dalias@aerifal.cx>
Mon, 22 Jul 2013 20:40:35 +0000 (16:40 -0400)
during the header refactoring, I had moved u_int64_t out of alltypes
under the assumption that we could just use long long everywhere.
however, it seems some broken applications make inconsistent mixed use
of u_int64_t and uint64_t, resulting in build errors when the
underlying type differs.


No differences found