mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-11-17 11:41:07 +01:00
35864: add sysopen, sysseek and systell to system module
This commit is contained in:
parent
acf1fa6034
commit
0f02b27ab0
4 changed files with 246 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ name=zsh/system
|
|||
link=dynamic
|
||||
load=no
|
||||
|
||||
autofeatures="b:sysread b:syswrite b:syserror p:errnos"
|
||||
autofeatures="b:sysread b:syswrite b:sysopen b:sysseek b:syserror p:errnos f:systell"
|
||||
|
||||
objects="system.o errnames.o"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue