Searched hist:101536 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/lib/libc/amd64/sys/
H A Dsbrk.Sdiff 101536 Thu Aug 08 17:28:07 MDT 2002 kan Use '_end' symbol instead of 'end' to initialize minbrk and curbrk
variables. Both symbols are set to the same value by the linker,
and _end symbol has less chances to clash with application defined
global symbols.

alpha, ia64 and sparc64 ports already use _end, i386 is now
consistent with them.

Reviewed by: bde
Approved by: obrien
Reported by: pirzyk
/freebsd-10.2-release/lib/libc/i386/sys/
H A Dsbrk.Sdiff 101536 Thu Aug 08 17:28:07 MDT 2002 kan Use '_end' symbol instead of 'end' to initialize minbrk and curbrk
variables. Both symbols are set to the same value by the linker,
and _end symbol has less chances to clash with application defined
global symbols.

alpha, ia64 and sparc64 ports already use _end, i386 is now
consistent with them.

Reviewed by: bde
Approved by: obrien
Reported by: pirzyk

Completed in 125 milliseconds