mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-10 11:20:10 +00:00
4 lines
140 B
C
4 lines
140 B
C
|
/* Work around sign extension bug in the kernel. */
|
||
|
#define PERSONALITY_TRUNCATE_ARGUMENT
|
||
|
#include <sysdeps/unix/sysv/linux/personality.c>
|