mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
xmalloc: log error to syslog() in fatal_error() function
This commit is contained in:
parent
f1fce96a1d
commit
014019e98d
2 changed files with 3 additions and 1 deletions
|
|
@ -1,7 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <stddef.h>
|
||||
#include <string.h>
|
||||
#include "macros.h"
|
||||
|
||||
void *xmalloc(size_t size) XMALLOC;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue