From: Eric Haszlakiewicz Date: Sun, 8 Sep 2013 22:21:52 +0000 (-0500) Subject: strndup is gone, remove it from the README file. X-Git-Tag: json-c-0.12-20140410~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d18815f8aab102c707f63933dd56b352ca8a65e;p=thirdparty%2Fjson-c.git strndup is gone, remove it from the README file. --- diff --git a/README-WIN32.html b/README-WIN32.html index 28fc7d88..abdb39e7 100644 --- a/README-WIN32.html +++ b/README-WIN32.html @@ -13,7 +13,7 @@ Various functions have been redefined to their Win32 version (i.e. open on win32 is _open)
  • - Implemented missing functions from MS's libc (i.e. vasprintf and strndup)
  • + Implemented missing functions from MS's libc (i.e. vasprintf)
  • Added code to allow Win64 support without integer resizing issues, this probably makes it much nicer on 64bit machines everywhere (i.e. using ptrdiff_t