mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Move libc initialization functions into their own directory.
This commit is contained in:
parent
89a2c44493
commit
14c32c3433
3 changed files with 2 additions and 2 deletions
|
@ -188,7 +188,7 @@ fsmarshall/fsm_mkserver.o \
|
|||
fsmarshall/fsm_recv.o \
|
||||
fsmarshall/fsm_send.o \
|
||||
grp/grent.o \
|
||||
init.o \
|
||||
init/init.o \
|
||||
libgen/basename.o \
|
||||
libgen/dirname.o \
|
||||
locale/localeconv.o \
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
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/>.
|
||||
|
||||
init.cpp
|
||||
init/init.cpp
|
||||
Initializes the process by setting up the heap, signal handling, static
|
||||
memory and other useful things.
|
||||
|
0
libc/sortix/init/.gitignore
vendored
Normal file
0
libc/sortix/init/.gitignore
vendored
Normal file
Loading…
Add table
Reference in a new issue