]> Zhao Yanbai Git Server - minix.git/commit
Remove sys/stdlib.h
authorLionel Sambuc <lionel@minix3.org>
Tue, 12 Nov 2013 15:07:41 +0000 (16:07 +0100)
committerLionel Sambuc <lionel@minix3.org>
Sun, 2 Mar 2014 11:28:31 +0000 (12:28 +0100)
commit9a2e578a5cca840597e741f251dde5453f443ccd
tree704bf9b22a2b517816d3b7a5da9e7aaf8386eef9
parent8ccb12bb5a0b388273f6a035ed21ca59795f2440
Remove sys/stdlib.h

This file was copied over to allow for the compilation of some
of the arch/i386 code, due to a bug in lib/libc/compat/Makefile.inc.

This patch fixes the situation, and removes the now useless header, as
well as remove a patch in lib/libc/stdlib/putenv.c

Change-Id: Ic5e4c4bb967f58f6e874c091788e1dd5ecaebe5e
lib/libc/Makefile
lib/libc/compat/Makefile.inc
lib/libc/stdlib/putenv.c
sys/stdlib.h [deleted file]