summaryrefslogtreecommitdiff
path: root/psql/psql/downstream/strlcpy.c
blob: c1969634b3bd6b2312a0dd3c613c445e02be71f9 (plain)
1
2
3
4
5
6
/* file      : psql/downstream/strlcpy.c -*- C -*-
 * license   : PostgreSQL License; see accompanying COPYRIGHT file
 */
#if !HAVE_DECL_STRLCPY
# include <src/port/strlcpy.c>
#endif