diff options
Diffstat (limited to 'sysdeps/pthread/flockfile.c')
-rw-r--r-- | sysdeps/pthread/flockfile.c | 3 |
1 files changed, 2 insertions, 1 deletions
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. |