diff options
author | Alexander Bersenev <bay@hackerdom.ru> | 2014-02-17 17:57:05 +0600 |
---|---|---|
committer | Alexander Bersenev <bay@hackerdom.ru> | 2014-02-17 17:57:05 +0600 |
commit | 6563293d18daed502ccdb663f3c72b4bae5fe23a (patch) | |
tree | d0a7d53a7c137feb4073c963408829f88ea75c92 /src | |
parent | updated portage to 2.2.8-r1 (diff) | |
download | autodep-master.tar.gz autodep-master.tar.bz2 autodep-master.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/hook_lib/file_hook.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hook_lib/file_hook.c b/src/hook_lib/file_hook.c index 493c206..390efce 100644 --- a/src/hook_lib/file_hook.c +++ b/src/hook_lib/file_hook.c @@ -540,7 +540,7 @@ pid_t fork(void) { __fixenv(); // We have to get lock here because we can't be sure that other thread not in - // protected code. When we forks, only current thread gets copied, so + // protected code. When someone calls fork, only current thread gets copied, so // child mutex may be always locked without this. pthread_mutex_lock( &socketblock ); |