diff options
author | Kim Kibum <kb0929.kim@samsung.com> | 2012-05-21 17:42:02 +0900 |
---|---|---|
committer | Kim Kibum <kb0929.kim@samsung.com> | 2012-05-21 17:42:02 +0900 |
commit | a3e1b0949f2734a7296074f6b80c0c100da2bd3e (patch) | |
tree | 396ba284386385d66cdb864bbb773ac6eaa959c5 /README | |
parent | 2924cc08916c97ace431cd8936a3525d42dbcaa8 (diff) | |
download | fakeroot-a3e1b0949f2734a7296074f6b80c0c100da2bd3e.tar.gz fakeroot-a3e1b0949f2734a7296074f6b80c0c100da2bd3e.tar.bz2 fakeroot-a3e1b0949f2734a7296074f6b80c0c100da2bd3e.zip |
Upload Tizen:Base source
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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. |