parent
20007c3165
commit
360dd346bb
@ -2,4 +2,4 @@ man-pages-extralocale.tar.bz2
|
||||
man2.tar.gz
|
||||
man2_sys2.1.tar.gz
|
||||
man-suid-bins.tar.bz2
|
||||
man-pages-2.78.tar.bz2
|
||||
man-pages-2.80.tar.bz2
|
||||
|
21
man-pages-2.80-malloc_h.patch
Normal file
21
man-pages-2.80-malloc_h.patch
Normal file
@ -0,0 +1,21 @@
|
||||
diff -up man-pages-2.80/man3/malloc_hook.3.pom man-pages-2.80/man3/malloc_hook.3
|
||||
--- man-pages-2.80/man3/malloc_hook.3.pom 2008-06-03 11:50:24.000000000 +0200
|
||||
+++ man-pages-2.80/man3/malloc_hook.3 2008-06-10 15:34:04.000000000 +0200
|
||||
@@ -72,6 +72,17 @@ The variable
|
||||
points at a function that is called each time after
|
||||
.BR sbrk (2)
|
||||
was asked for more memory.
|
||||
+.LP
|
||||
+.BR __malloc_hook ,
|
||||
+.BR __realloc_hook ,
|
||||
+.BR __memalign_hook ,
|
||||
+.BR __free_hook,
|
||||
+.BR __malloc_initialize_hook),
|
||||
+and
|
||||
+.B __after_morecore_hook
|
||||
+are deprecated now.
|
||||
+
|
||||
+
|
||||
.SH "CONFORMING TO"
|
||||
These functions are GNU extensions.
|
||||
.SH "EXAMPLE"
|
@ -1,7 +1,7 @@
|
||||
Summary: Man (manual) pages from the Linux Documentation Project
|
||||
Name: man-pages
|
||||
Version: 2.78
|
||||
Release: 2%{?dist}
|
||||
Version: 2.80
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+, GLP, BSD, MIT, Copyright only, IEEE
|
||||
Group: Documentation
|
||||
URL: http://www.kernel.org/pub/linux/docs/manpages/
|
||||
@ -33,6 +33,7 @@ Patch50: man-pages-2.63-iconv.patch
|
||||
Patch51: man-pages-2.75-crypt.patch
|
||||
Patch52: man-pages-2.76-prctl.patch
|
||||
Patch53: man-pages-2.78-stream.patch
|
||||
Patch54: man-pages-2.80-malloc_h.patch
|
||||
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Autoreq: false
|
||||
@ -69,6 +70,7 @@ done
|
||||
%patch51 -p1
|
||||
%patch52 -p1
|
||||
%patch53 -p1
|
||||
%patch54 -p1
|
||||
|
||||
### And now remove those we are not going to use:
|
||||
|
||||
@ -179,6 +181,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%lang(en) %{_mandir}/en/man*
|
||||
|
||||
%changelog
|
||||
* Tue Jun 10 2008 Ivana Varekova <varekova@redhat.com> - 2.80-1
|
||||
- update to 2.80
|
||||
- Resolves: #450187
|
||||
deprecate malloc_hook(3) man page
|
||||
|
||||
* Fri Mar 7 2008 Ivana Varekova <varekova@redhat.com> - 2.78-2
|
||||
- fix 436398:
|
||||
add information about unimplemented syscalls
|
||||
|
Loading…
Reference in New Issue
Block a user