summaryrefslogtreecommitdiff
path: root/sock.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2003-06-02 19:18:58 +0000
committerRoland McGrath <roland@redhat.com>2003-06-02 19:18:58 +0000
commite1e584b8fa0d97caad461f82a5427cd37d6327f3 (patch)
treea7e62671f7c4e01ad6f27c98acfb0efa132bac2a /sock.c
parentd0835361d61de0051771a5c1ae60ddc2c7c5152d (diff)
downloadstrace-e1e584b8fa0d97caad461f82a5427cd37d6327f3.tar.gz
strace-e1e584b8fa0d97caad461f82a5427cd37d6327f3.tar.bz2
strace-e1e584b8fa0d97caad461f82a5427cd37d6327f3.tar.xz
2003-06-02 Roland McGrath <roland@redhat.com>
* configure.ac, defs.h, mem.c, process.c, sock.c, syscall.c, util.c: Merged in SHmedia port from Stephen Thomas <stephen.thomas@superh.com>.
Diffstat (limited to 'sock.c')
-rw-r--r--sock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sock.c b/sock.c
index aa0bf88..285a69a 100644
--- a/sock.c
+++ b/sock.c
@@ -35,7 +35,7 @@
#include <sys/sockio.h>
#endif
-#if defined (ALPHA) || defined(SH)
+#if defined (ALPHA) || defined(SH) || defined(SHMEDIA)
#ifdef HAVE_SYS_IOCTL_H
#include <sys/ioctl.h>
#elif defined(HAVE_IOCTLS_H)