summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/system.c
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2016-05-29 16:39:28 +0000
committerache <ache@FreeBSD.org>2016-05-29 16:39:28 +0000
commit06e4e4310f4ec7530e2ac8421e95d5eb846297b5 (patch)
treecbf8b4e83074120264e526dbc8de0c667c141d64 /lib/libc/stdlib/system.c
parentfa9d379051eb8023069a3ad724760edeb5851510 (diff)
downloadFreeBSD-src-06e4e4310f4ec7530e2ac8421e95d5eb846297b5.zip
FreeBSD-src-06e4e4310f4ec7530e2ac8421e95d5eb846297b5.tar.gz
Micro optimize: C standard guarantees that right shift for unsigned value
fills left bits with zero, and we have exact 32bit unsigned value (uint32_t), so there is no reason to add "& 0x7fffffff" here. MFC after: 1 week
Diffstat (limited to 'lib/libc/stdlib/system.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud