1
0
Fork 0
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:
Oliver Kiddle 2015-07-24 12:36:35 +02:00
parent acf1fa6034
commit 0f02b27ab0
4 changed files with 246 additions and 2 deletions

View file

@ -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"