add UIO_MAXIOV macro in sys/uio.h
[musl] / crt / i386 / crti.s
1 .section .init
2 .global _init
3 _init:
4         sub $12,%esp
5
6 .section .fini
7 .global _fini
8 _fini:
9         sub $12,%esp