diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:40:17 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:40:17 +0000 |
commit | f989b53289cd1370b64ab3a11dc49582601141c4 (patch) | |
tree | 889d592e33bad65a274746ad6c925a69ff19c30c /debian/patches/0001-fclose.3.patch | |
parent | Adding upstream version 6.05.01. (diff) | |
download | manpages-f989b53289cd1370b64ab3a11dc49582601141c4.tar.xz manpages-f989b53289cd1370b64ab3a11dc49582601141c4.zip |
Adding debian version 6.05.01-1.debian/6.05.01-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/patches/0001-fclose.3.patch | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/debian/patches/0001-fclose.3.patch b/debian/patches/0001-fclose.3.patch new file mode 100644 index 0000000..8feaf5b --- /dev/null +++ b/debian/patches/0001-fclose.3.patch @@ -0,0 +1,29 @@ +From: "Dr. Tobias Quathamer" <toddy@debian.org> +Date: Sat, 6 Feb 2016 01:19:16 +0100 +Subject: fclose.3 + +--- + man3/fclose.3 | 10 ++++++++++ + 1 file changed, 10 insertions(+) + +diff --git a/man3/fclose.3 b/man3/fclose.3 +index 3694d54..585b08f 100644 +--- a/man3/fclose.3 ++++ b/man3/fclose.3 +@@ -34,6 +34,16 @@ function flushes the stream pointed to by + (writing any buffered output data using + .BR fflush (3)) + and closes the underlying file descriptor. ++.\" Reviewed by upstream and rejected, May 2012, Debian#67239 ++.PP ++The behaviour of ++.BR fclose () ++is undefined if the ++.I stream ++parameter is an illegal pointer, or is a descriptor already passed ++to a previous invocation of ++.BR fclose (). ++.\" End of patch + .SH RETURN VALUE + Upon successful completion, 0 is returned. + Otherwise, |