mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-11 05:40:06 +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>
|