summaryrefslogtreecommitdiff
path: root/stream.c
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2009-02-27 20:32:52 +0000
committerDenys Vlasenko <dvlasenk@redhat.com>2009-02-27 20:32:52 +0000
commit5ae2b7c601dadf79a4345e1ee21053947b9e4add (patch)
tree216d99739f3ce76e1dee4bf9fde7dca41fc00952 /stream.c
parentea0e6e80260d2b1b7ad40282012b0e47869bcddf (diff)
downloadstrace-5ae2b7c601dadf79a4345e1ee21053947b9e4add.tar.gz
strace-5ae2b7c601dadf79a4345e1ee21053947b9e4add.tar.bz2
strace-5ae2b7c601dadf79a4345e1ee21053947b9e4add.tar.xz
AVR32 support by Hans-Christian Egtvedt
(hans-christian.egtvedt AT atmel.com). * configure.ac: Make it recognize avr32. * defs.h: Define LINUX_AVR32. * linux/avr32/syscallent.h: New file. * Makefile.am: Reference linux/avr32/syscallent.h. * proc.c (change_syscall, setarg): Add support for avr32. (struct xlat struct_user_offsets[]): Ditto. * syscall.c (get_scno): Ditto. (get_error, force_result, syscall_enter): Ditto. * util.c (getpc, printcall): Ditto.
Diffstat (limited to 'stream.c')
-rw-r--r--stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream.c b/stream.c
index 36e8ed5..822afe8 100644
--- a/stream.c
+++ b/stream.c
@@ -468,7 +468,7 @@ int
sys_poll(tcp)
struct tcb *tcp;
{
- return 0;
+ return 0;
}
#endif