Accepting request 526111 from devel:languages:misc

- cfree() is missed now in (g)libc

OBS-URL: https://build.opensuse.org/request/show/526111
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/clisp?expand=0&rev=43
This commit is contained in:
Dominique Leuenberger 2017-09-14 19:20:00 +00:00 committed by Git OBS Bridge
commit 38c4013347
2 changed files with 13 additions and 4 deletions

View File

@ -1,7 +1,3 @@
---
modules/bindings/glibc/linux.lisp | 2 ++
1 file changed, 2 insertions(+)
--- a/modules/bindings/glibc/linux.lisp
+++ b/modules/bindings/glibc/linux.lisp
@@ -294,6 +294,8 @@
@ -13,3 +9,11 @@
; -------------------------- <bits/errno.h> -----------------------------------
@@ -649,7 +651,6 @@
(def-call-out calloc (:arguments (nmemb size_t) (size size_t))
(:return-type c-pointer))
(def-call-out free (:arguments (ptr c-pointer)) (:return-type nil))
-(def-call-out cfree (:arguments (ptr c-pointer)) (:return-type nil))
(def-call-out valloc (:arguments (size size_t)) (:return-type c-pointer))
(def-call-out abort (:arguments) (:return-type nil))

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 14 12:23:38 UTC 2017 - werner@suse.de
- cfree() is missed now in (g)libc
-------------------------------------------------------------------
Thu Jul 27 13:29:56 UTC 2017 - werner@suse.de