diff options
author | Roland McGrath <roland@gnu.org> | 2005-12-29 10:51:20 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-12-29 10:51:20 +0000 |
commit | 1d02865b2db8a39c8a67145826456a37e8831d5d (patch) | |
tree | b1bf0bfa0ca796d5f1cb49183065c549b410bd89 /sysdeps/mach/hurd/errno.c | |
parent | 8ad684db49bf9dc109c409cac38f744e3fa260c7 (diff) | |
download | glibc-1d02865b2db8a39c8a67145826456a37e8831d5d.tar.gz glibc-1d02865b2db8a39c8a67145826456a37e8831d5d.tar.xz glibc-1d02865b2db8a39c8a67145826456a37e8831d5d.zip |
* sysdeps/mach/hurd/errno.c: New file.
* sysdeps/mach/hurd/ioctl.c (__ioctl): Use a union to avoid a cast.
Diffstat (limited to 'sysdeps/mach/hurd/errno.c')
-rw-r--r-- | sysdeps/mach/hurd/errno.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/errno.c b/sysdeps/mach/hurd/errno.c new file mode 100644 index 0000000000..a29091b5e2 --- /dev/null +++ b/sysdeps/mach/hurd/errno.c @@ -0,0 +1 @@ +/* No definition of `errno' variable on the Hurd. */ |