OSDN Git Service

John Traill <john.traill@motorola.com> noticed that on powerpc
authorEric Andersen <andersen@codepoet.org>
Wed, 10 Apr 2002 12:37:37 +0000 (12:37 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 10 Apr 2002 12:37:37 +0000 (12:37 -0000)
commitf48bd7236f8e2a21075977859cbf79757d41e620
tree6075887021117d8f14e15beccb125c12d7a5589d
parente9371cdb63379a986ce049b4883f49af771e3671
John Traill <john.traill@motorola.com> noticed that on powerpc
a dev_t is _not_ a quad type, but a simple int.  Doh!  We fixed
that months ago, but subsequently lost the fix, so this restores
things.
libc/sysdeps/linux/powerpc/bits/types.h [new file with mode: 0644]