comparison lib/pwrite.c @ 40057:b06060465f09

maint: Run 'make update-copyright'
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 01 Jan 2019 00:25:11 +0100
parents 10eb9086bea0
children
comparison
equal deleted inserted replaced
40056:c0028c59cfc5 40057:b06060465f09
1 /* Write block to given position in file without changing file pointer. 1 /* Write block to given position in file without changing file pointer.
2 POSIX version. 2 POSIX version.
3 Copyright (C) 1997-1999, 2002, 2011-2018 Free Software Foundation, Inc. 3 Copyright (C) 1997-1999, 2002, 2011-2019 Free Software Foundation, Inc.
4 This file is part of the GNU C Library. 4 This file is part of the GNU C Library.
5 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 5 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
6 6
7 This program is free software: you can redistribute it and/or modify 7 This program is free software: you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by 8 it under the terms of the GNU General Public License as published by