rename to exile.h

qssb.h was a preliminary name and can't be pronounced smoothly.

exile.h is more fitting and it's also short. Something exiled is essentially
something isolated, which is pretty much what this library does (isolation from
resources such as file system, network and others accessible by system calls).
这个提交包含在:
2021-11-30 17:57:48 +01:00
父节点 756b0fb421
当前提交 1b4c5477a5
共有 6 个文件被更改,包括 1025 次插入1025 次删除

查看文件

@@ -47,7 +47,7 @@ for line in lines:
if genifndef:
ifndef[currentsyscall] = genifndef.groups(1)[0]
array_line = "{QSSB_SYS(%s), %s}," % (currentsyscall, '|'.join(currentgroups))
array_line = "{EXILE_SYS(%s), %s}," % (currentsyscall, '|'.join(currentgroups))
print(array_line)
print_ifndefs()