diff options
Diffstat (limited to 'sysdeps/generic')
-rw-r--r-- | sysdeps/generic/fork.h | 3 | ||||
-rw-r--r-- | sysdeps/generic/pthread.h | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sysdeps/generic/fork.h b/sysdeps/generic/fork.h index f46bb98..db1c707 100644 --- a/sysdeps/generic/fork.h +++ b/sysdeps/generic/fork.h @@ -1,4 +1,5 @@ -/* Copyright (C) 2002-2018 Free Software Foundation, Inc. +/* Register fork handlers. Generic version. + Copyright (C) 2002-2018 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. diff --git a/sysdeps/generic/pthread.h b/sysdeps/generic/pthread.h index 5661cb1..91ab9b3 100644 --- a/sysdeps/generic/pthread.h +++ b/sysdeps/generic/pthread.h @@ -1,4 +1,5 @@ -/* Copyright (C) 2000-2018 Free Software Foundation, Inc. +/* Posix threads. Hurd version. + Copyright (C) 2000-2018 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or |