Add pollhack
diff --git a/README-svr4 b/README-svr4
index 82febf7..8f66a7f 100644
--- a/README-svr4
+++ b/README-svr4
@@ -16,5 +16,14 @@
     #define UNIXWARE 2
     #define HAVE_POLLABLE_PROCFS 1
 
+On UnixWare using the -f option to follow forked children sometimes shows
+many "unfinished" system calls as strace bounces between each runnable child.
+A crude workaround for this is available by adding
+
+    #define POLL_HACK 1
+
+to the config.h file.  This forces strace to check whether the last process
+has finished a system call before polling other processes for events.
+
 Wichert Akkerman <wakkerma@debian.org>