Move libc initialization functions into their own directory.

This commit is contained in:
Jonas 'Sortie' Termansen 2013-06-25 14:06:10 +02:00
parent 89a2c44493
commit 14c32c3433
3 changed files with 2 additions and 2 deletions

View File

@ -188,7 +188,7 @@ fsmarshall/fsm_mkserver.o \
fsmarshall/fsm_recv.o \ fsmarshall/fsm_recv.o \
fsmarshall/fsm_send.o \ fsmarshall/fsm_send.o \
grp/grent.o \ grp/grent.o \
init.o \ init/init.o \
libgen/basename.o \ libgen/basename.o \
libgen/dirname.o \ libgen/dirname.o \
locale/localeconv.o \ locale/localeconv.o \

View File

@ -17,7 +17,7 @@
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
init.cpp init/init.cpp
Initializes the process by setting up the heap, signal handling, static Initializes the process by setting up the heap, signal handling, static
memory and other useful things. memory and other useful things.

0
libc/sortix/init/.gitignore vendored Normal file
View File