diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-04-02 00:51:09 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-04-02 00:53:16 +0200 |
commit | 3256110b8b488fde9cd74d5c3a8e5092dcd22921 (patch) | |
tree | 011a9ebddf9663ac417fcb3e5025781cfdd60679 /sysdeps/pthread | |
parent | 40444d81636580c80d6000856cca6078ea41f85e (diff) |
Add first-line comment to files lacking it
Diffstat (limited to 'sysdeps/pthread')
-rw-r--r-- | sysdeps/pthread/bits/pthreadtypes.h | 2 | ||||
-rw-r--r-- | sysdeps/pthread/flockfile.c | 3 | ||||
-rw-r--r-- | sysdeps/pthread/ftrylockfile.c | 3 | ||||
-rw-r--r-- | sysdeps/pthread/funlockfile.c | 3 | ||||
-rw-r--r-- | sysdeps/pthread/pthread-functions.h | 3 | ||||
-rw-r--r-- | sysdeps/pthread/pthreadP.h | 3 | ||||
-rw-r--r-- | sysdeps/pthread/semaphore.h | 3 |
7 files changed, 13 insertions, 7 deletions
diff --git a/sysdeps/pthread/bits/pthreadtypes.h b/sysdeps/pthread/bits/pthreadtypes.h index 2092f8f..95ccf51 100644 --- a/sysdeps/pthread/bits/pthreadtypes.h +++ b/sysdeps/pthread/bits/pthreadtypes.h @@ -1,4 +1,4 @@ -/* +/* Declaration of common pthread types for all architectures. Hurd version. Copyright (C) 2000-2018 Free Software Foundation, Inc. This file is part of the GNU C Library. diff --git a/sysdeps/pthread/flockfile.c b/sysdeps/pthread/flockfile.c index 38bbe28..b50c8b9 100644 --- a/sysdeps/pthread/flockfile.c +++ b/sysdeps/pthread/flockfile.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2002-2018 Free Software Foundation, Inc. +/* Lock I/O stream. Hurd 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/pthread/ftrylockfile.c b/sysdeps/pthread/ftrylockfile.c index 34f6e54..612981c 100644 --- a/sysdeps/pthread/ftrylockfile.c +++ b/sysdeps/pthread/ftrylockfile.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2002-2018 Free Software Foundation, Inc. +/* Try locking I/O stream. Hurd 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/pthread/funlockfile.c b/sysdeps/pthread/funlockfile.c index ef51ce3..cda2ef4 100644 --- a/sysdeps/pthread/funlockfile.c +++ b/sysdeps/pthread/funlockfile.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2002-2018 Free Software Foundation, Inc. +/* Unlock I/O stream. Hurd 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/pthread/pthread-functions.h b/sysdeps/pthread/pthread-functions.h index b5683a6..106526f 100644 --- a/sysdeps/pthread/pthread-functions.h +++ b/sysdeps/pthread/pthread-functions.h @@ -1,4 +1,5 @@ -/* Copyright (C) 2003-2018 Free Software Foundation, Inc. +/* Declaration of libc stubs for pthread functions. Hurd version. + Copyright (C) 2003-2018 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. diff --git a/sysdeps/pthread/pthreadP.h b/sysdeps/pthread/pthreadP.h index 5559fd3..c379749 100644 --- a/sysdeps/pthread/pthreadP.h +++ b/sysdeps/pthread/pthreadP.h @@ -1,4 +1,5 @@ -/* Copyright (C) 2016-2018 Free Software Foundation, Inc. +/* Declarations of internal pthread functions used by libc. Hurd version. + Copyright (C) 2016-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 diff --git a/sysdeps/pthread/semaphore.h b/sysdeps/pthread/semaphore.h index bb8c1b2..598d266 100644 --- a/sysdeps/pthread/semaphore.h +++ b/sysdeps/pthread/semaphore.h @@ -1,4 +1,5 @@ -/* Copyright (C) 2005-2018 Free Software Foundation, Inc. +/* Posix semaphores. Hurd version. + Copyright (C) 2005-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 |