This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Commit f90b0b3
committed
libpq: Use macosx platform strlcpy() implementation
When compiling with libc++, it isn't necessary for libpq to provide
its own implementation of `strlcpy()`. In fact, attempting to
build `strlcpy.h` fails because libc++ defines `strlcpy` to be a
macro.1 parent a7a2f68 commit f90b0b3
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
130 | 139 | | |
131 | 140 | | |
132 | 141 | | |
| |||
0 commit comments