]> granicus.if.org Git - strace/blobdiff - README-svr4
Add argument to tprint_iov() specifying whether to decode each iovec
[strace] / README-svr4
index 8f66a7fdf4348e429e03b83e948d14666c9bb371..387d24dd8a01a8387eeb3bb1e1965e035c875268 100644 (file)
@@ -9,13 +9,6 @@ lot of processes at once.
 
 There is no thread support but it wouldn't be very difficult to add it.
 
-There is currently no configure-support yet for UnixWare system. To compile
-on UnixWare 2.1 you need to add the following to config.h yourself:
-
-    #define SVR4_MP 1
-    #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
@@ -26,4 +19,3 @@ 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>
-