bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gnulib] xalloc module dependencies


From: Gary V. Vaughan
Subject: [Bug-gnulib] xalloc module dependencies
Date: Wed, 31 Mar 2004 12:12:26 +0100
User-agent: Mozilla Thunderbird 0.5 (X11/20040208)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

xmalloc.c contains the following code:

void *
xzalloc (size_t s)
{
~  return memset (xmalloc (s), 0, s);
}

void *
xclone (void const *p, size_t s)
{
~  return memcpy (xmalloc (s), p, s);
}

shouldn't xalloc Depends-on: cite memset and memcpy?

Cheers,
        Gary.
- --
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFAaqeaFRMICSmD1gYRAss0AJ9Kupl3YopPtRvnLjfeqq0Sp3mVGACfe7Cw
3jNdxG6LmN2HYysSWiHox5Y=
=zy66
-----END PGP SIGNATURE-----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]