]> granicus.if.org Git - postgresql/commit
Add strlcpy() to the set of functions supported by src/port/ when not
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 27 Sep 2006 16:29:46 +0000 (16:29 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 27 Sep 2006 16:29:46 +0000 (16:29 +0000)
commit996b203e621bc76985ff0156b4f2ef720944b41b
treefc91785f81c98bb4e1ee35bed3b507d209d5d69d
parent1d45168f4b4d21c33d7aaa23b8203e2a4a43545e
Add strlcpy() to the set of functions supported by src/port/ when not
available directly on the platform.  Per discussion, this function is
sufficiently widely recognized to be treated as standard.
configure
configure.in
src/include/pg_config.h.in
src/include/port.h
src/port/strlcpy.c [new file with mode: 0644]