diff options
author | Rich Felker <dalias@aerifal.cx> | 2012-07-11 23:01:09 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2012-07-11 23:01:09 -0400 |
commit | a03f69d4456d3ac5120cc07a22af8ecb631444bb (patch) | |
tree | e8367f61100bb0d9d949612d4e6ba170718fecdb /src/thread/pthread_create.c | |
parent | b58f738bcb5877c83aef49129b40827a1d5ae4c7 (diff) | |
download | musl-a03f69d4456d3ac5120cc07a22af8ecb631444bb.tar.gz musl-a03f69d4456d3ac5120cc07a22af8ecb631444bb.tar.xz musl-a03f69d4456d3ac5120cc07a22af8ecb631444bb.zip |
mips clone: don't free stack space used to copy arg
the mips abi reserves stack space equal to the size of the in-register args for the callee to save the args, if desired. this would cause the beginning of the thread structure to be clobbered...
Diffstat (limited to 'src/thread/pthread_create.c')
0 files changed, 0 insertions, 0 deletions