summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/heapsort.c
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2007-04-30 16:56:18 +0000
committerache <ache@FreeBSD.org>2007-04-30 16:56:18 +0000
commitd85104099ad40c33148426adb779741c366c2f19 (patch)
tree0f48274fab3bf61e5379abd241da2f704d7da652 /lib/libc/stdlib/heapsort.c
parentb5d028a647a14c0c4d23e84788a75778dfd9a05e (diff)
downloadFreeBSD-src-d85104099ad40c33148426adb779741c366c2f19.zip
FreeBSD-src-d85104099ad40c33148426adb779741c366c2f19.tar.gz
Make putenv() fully conforms to Open Group specs Issue 6
(also IEEE Std 1003.1-2001) The specs explicitly says that altering passed string should change the environment, i.e. putenv() directly puts its arg into environment (unlike setenv() which just copies it there). It means that putenv() can't be implemented via setenv() (like we have before) at all. Putenv() value lives (allows modifying) up to the next putenv() or setenv() call.
Diffstat (limited to 'lib/libc/stdlib/heapsort.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud