view modules/malloc @ 11555:7612308943f7

sys_socket: Define sockaddr_storage.
author Simon Josefsson <simon@josefsson.org>
date Fri, 08 May 2009 16:21:34 +0200
parents 19e60ffc2be6
children dc9c0e0be44e
line wrap: on
line source

Description:
malloc() function that is glibc compatible.

Files:
lib/malloc.c

Depends-on:
malloc-posix

configure.ac:
AC_FUNC_MALLOC
AC_DEFINE([GNULIB_MALLOC_GNU], 1, [Define to indicate the 'malloc' module.])

Makefile.am:

Include:
<stdlib.h>

License:
LGPLv2+

Maintainer:
Jim Meyering