spec: audit_arch/0

This commit is contained in:
Michael Santos
2014-07-03 16:47:45 -04:00
parent ea2eff19fe
commit 58b5edcfe5

View File

@@ -392,6 +392,8 @@ includes(Header) ->
% FIXME hack for hard coding typespecs
specs() ->
"
-spec audit_arch() -> atom().
-spec chdir(pid(),iodata()) -> 'ok' | {'error', file:posix()}.
-spec chdir(pid(),list(integer()),iodata()) -> 'ok' | {'error', file:posix()}.