source: trunk/minix/lib/syscall/execl.s@ 16

Last change on this file since 16 was 9, checked in by Mattia Monga, 14 years ago

Minix 3.1.2a

File size: 74 bytes
RevLine 
[9]1.sect .text
2.extern __execl
3.define _execl
4.align 2
5
6_execl:
7 jmp __execl
Note: See TracBrowser for help on using the repository browser.