[lib/ChangeLog]
authorJim Meyering <jim@meyering.net>
Thu, 28 Sep 2006 11:16:05 +0000 (11:16 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 28 Sep 2006 11:16:05 +0000 (11:16 +0000)
commitcdd246abc713a8fd65892452d135ce36ca0aae62
treee2d0ac75e4f75f100ba54f2a073615fe485af5f9
parentba6b2865caee98a973cfbb959ed8ebd82f4d74d2
[lib/ChangeLog]
This function could end up with a definition for a function
named __strndup, rather than rpl_strndup on a system with
incomplete weak_alias support.
* strndup.c (strndup): Rename from __strndup.
Remove #defines that used to map __strndup to strndup.
Don't use K&R prototypes.
Remove LIBC-related code, since this file is not sync'd with glibc.
* strndup.h: Revamp, accordingly.
[m4/ChangeLog]
* strndup.m4: Modernize.
lib/ChangeLog
lib/strndup.c
lib/strndup.h
m4/ChangeLog
m4/strndup.m4