Initial revision
This commit is contained in:
7
lib/syscall/pathconf.s
Executable file
7
lib/syscall/pathconf.s
Executable file
@@ -0,0 +1,7 @@
|
||||
.sect .text
|
||||
.extern __pathconf
|
||||
.define _pathconf
|
||||
.align 2
|
||||
|
||||
_pathconf:
|
||||
jmp __pathconf
|
||||
Reference in New Issue
Block a user