diff options
Diffstat (limited to 'src/proone-stress.c')
-rw-r--r-- | src/proone-stress.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proone-stress.c b/src/proone-stress.c index 8487a71..f9fffe0 100644 --- a/src/proone-stress.c +++ b/src/proone-stress.c @@ -56,7 +56,7 @@ static void child_signal_handler (const int sn); static void sendall(const int sn); int main (const int argc, const char **args) { - static const size_t ALIGNED_SHARED_SIZE = prne_malign_to(sizeof(shared_t), 8); + static const size_t ALIGNED_SHARED_SIZE = prne_salign_next(sizeof(shared_t), 8); #define END_ON_ERR(retval, val, fname, eq)\ if ((eq && retval != val) || (!eq && retval == val)) {\ perror(fname);\ |