aboutsummaryrefslogtreecommitdiff
path: root/src/service/transport/gnunet-communicator-unix.c
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-10-20 21:35:20 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-10-20 21:35:20 +0200
commitc151641d4e369287ae92b364325d4a3e1bd4f8d6 (patch)
tree98e450b72f0346a61e50877195fae4df047909f9 /src/service/transport/gnunet-communicator-unix.c
parent692fd292fcb8096f7c8260046e53046f41a666d1 (diff)
downloadgnunet-c151641d4e369287ae92b364325d4a3e1bd4f8d6.tar.gz
gnunet-c151641d4e369287ae92b364325d4a3e1bd4f8d6.zip
BUILD: ftbfs fix on linux
Diffstat (limited to 'src/service/transport/gnunet-communicator-unix.c')
-rw-r--r--src/service/transport/gnunet-communicator-unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/service/transport/gnunet-communicator-unix.c b/src/service/transport/gnunet-communicator-unix.c
index 0ff16ab08..1cdc85b8a 100644
--- a/src/service/transport/gnunet-communicator-unix.c
+++ b/src/service/transport/gnunet-communicator-unix.c
@@ -1153,7 +1153,7 @@ main (int argc, char *const *argv)
1153 * MINIMIZE heap size (way below 128k) since this process doesn't need much. 1153 * MINIMIZE heap size (way below 128k) since this process doesn't need much.
1154 */ 1154 */
1155void __attribute__ ((constructor)) 1155void __attribute__ ((constructor))
1156GNUNET_ARM_memory_init () 1156GNUNET_TRANSPORT_communicator_unix_memory_init ()
1157{ 1157{
1158 mallopt (M_TRIM_THRESHOLD, 4 * 1024); 1158 mallopt (M_TRIM_THRESHOLD, 4 * 1024);
1159 mallopt (M_TOP_PAD, 1 * 1024); 1159 mallopt (M_TOP_PAD, 1 * 1024);