Sources Bugzilla – Bug 2161
[PATCH] document EINVAL on unaligned access
Last modified: 2006-02-22 02:55:52 UTC
On GNU/kFreeBSD, unaligned read/write on devices causes EINVAL. This patch documents it (in a generic way).
Created attachment 830 [details] document EINVAL on unaligned access 2006-01-16 Robert Millan <robertmh@gnu.org> * manual/llio.texi (read, write): Document EINVAL on unaligned access.
Subject: Bug 2161 CVSROOT: /cvs/glibc Module name: libc Changes by: roland@sources.redhat.com 2006-02-22 02:54:55 Modified files: manual : llio.texi Log message: 2005-11-15 Robert Millan <robertmh@gnu.org> [BZ #2161] * manual/llio.texi (read, write): Document EINVAL on unaligned access. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/manual/llio.texi.diff?cvsroot=glibc&r1=1.77&r2=1.78
Some devices on the Hurd can have the same behavior, though I'm not sure any Linux devices do. I've put in the note.