Skip to content

Commit

Permalink
Revert "sources/util.h: fix warn on rhel builds (#752)" (#753)
Browse files Browse the repository at this point in the history
This reverts commit d138ad3.
  • Loading branch information
rkhapov authored Jan 24, 2025
1 parent d138ad3 commit 69906f5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions sources/util.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@
* Scalable PostgreSQL connection pooler.
*/

#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif

#include <stdio.h>

static inline int od_vsnprintf(char *buf, int size, char *fmt, va_list args)
{
int rc;
Expand Down

0 comments on commit 69906f5

Please sign in to comment.