summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorKim Kibum <kb0929.kim@samsung.com>2012-05-21 17:42:02 +0900
committerKim Kibum <kb0929.kim@samsung.com>2012-05-21 17:42:02 +0900
commita3e1b0949f2734a7296074f6b80c0c100da2bd3e (patch)
tree396ba284386385d66cdb864bbb773ac6eaa959c5 /README
parent2924cc08916c97ace431cd8936a3525d42dbcaa8 (diff)
downloadfakeroot-a3e1b0949f2734a7296074f6b80c0c100da2bd3e.tar.gz
fakeroot-a3e1b0949f2734a7296074f6b80c0c100da2bd3e.tar.bz2
fakeroot-a3e1b0949f2734a7296074f6b80c0c100da2bd3e.zip
Upload Tizen:Base source
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 13 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..da74364
--- /dev/null
+++ b/README
@@ -0,0 +1,13 @@
+fakeroot can be built to either use SYSV IPC or TCP for message passing.
+
+Cases for which the SYSV IPC version fails or causes problems but for
+which fakeroot-tcp has been observed to work well include the items
+listed below.
+
+ * Multithreaded applications (using pthread)
+ * Running under realtime-preempt kernel
+
+
+Portability Notes
+
+On OS X, only binaries that do NOT REQUIRE two-level namespace will work.