mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-09 19:50:26 +03:00
Replace kill(getpid()) with raise().
This commit is contained in:
parent
6317c9678d
commit
aabdbe1dee
2
xs.h
2
xs.h
@ -38,7 +38,7 @@ typedef char d_char;
|
||||
#define _xs_blk_size(sz) ((((sz) + _XS_BLK_SIZE) / _XS_BLK_SIZE) * _XS_BLK_SIZE)
|
||||
|
||||
void _xs_destroy(char **var);
|
||||
#define xs_debug() kill(getpid(), 5)
|
||||
#define xs_debug() raise(5)
|
||||
xstype xs_type(const char *data);
|
||||
int xs_size(const char *data);
|
||||
int xs_is_null(char *data);
|
||||
|
Loading…
Reference in New Issue
Block a user