diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-11-20 14:22:41 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-11-20 14:22:41 +0000 |
| commit | a304568fd935ed38810952bc19a1d8090b8df19c (patch) | |
| tree | 280db034e48fe6a5c7d2cb0102304e328145344b /lib/libc | |
| parent | 432108fa2af5837f1006ce18737b276ad3d3af56 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/sys/rfork.2 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libc/sys/rfork.2 b/lib/libc/sys/rfork.2 index 471d244712c2..4cd45ebc7601 100644 --- a/lib/libc/sys/rfork.2 +++ b/lib/libc/sys/rfork.2 @@ -156,13 +156,11 @@ There is insufficient swap space for the new process. does not yet implement a native .Fn clone library call, and the current pthreads implementation does not use -.Fn -rfork +.Fn rfork with RFMEM. A native port of the linux threads library, .Pa /usr/ports/devel/linuxthreads , contains a working -.Fn -clone +.Fn clone call that utilizes RFMEM. The .Fn rfork_thread |
