mirror of
https://github.com/postgres/postgres.git
synced 2026-06-09 00:32:10 -04:00
Suppress trivial compiler warning.
This commit is contained in:
parent
fe61b6cc4a
commit
4877c59217
1 changed files with 1 additions and 1 deletions
|
|
@ -82,9 +82,9 @@ BSD44_derived_dlsym(void *handle, const char *name)
|
|||
return NULL;
|
||||
#else
|
||||
void *vp;
|
||||
#ifndef __ELF__
|
||||
char buf[BUFSIZ];
|
||||
|
||||
#ifndef __ELF__
|
||||
if (*name != '_')
|
||||
{
|
||||
sprintf(buf, "_%s", name);
|
||||
|
|
|
|||
Loading…
Reference in a new issue