This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch main in repository newlib.
from b9e867d08 Add stub for getentropy new 07092a52e sys/unistd.h: define GNU extensions SEEK_DATA and SEEK_HOLE new 5b53633b5 Cygwin: clipboard: Only SEEK_SET and SEEK_CUR are supported new b6fbe0fc2 Cygwin: lseek: propagate new SEEK_DATA and SEEK_HOLE to fhandler new edfa581d3 Cygwin: lseek: implement SEEK_DATA and SEEK_HOLE for files new 9939aa7d0 Cygwin: add SEEK_DATA/SEEK_HOLE addition to release message
The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: newlib/libc/include/sys/unistd.h | 4 ++ winsup/cygwin/fhandler/base.cc | 85 ++++++++++++++++++++++++++++++++++++- winsup/cygwin/fhandler/clipboard.cc | 7 +++ winsup/cygwin/release/3.5.0 | 2 + winsup/cygwin/syscalls.cc | 2 +- winsup/doc/new-features.xml | 4 ++ 6 files changed, 102 insertions(+), 2 deletions(-)