mirror of
https://github.com/uselessd/alcove.git
synced 2026-04-15 17:25:33 +00:00
typespec: getopt/2,3
This commit is contained in:
@@ -445,6 +445,9 @@ specs() ->
|
||||
-spec gethostname(pid()) -> {'ok', binary()} | {'error', file:posix()}.
|
||||
-spec gethostname(pid(),list(integer())) -> {'ok', binary()} | {'error', file:posix()}.
|
||||
|
||||
-spec getopt(pid(), atom()) -> 'false' | non_neg_integer().
|
||||
-spec getopt(pid(),[integer()],atom()) -> 'false' | non_neg_integer().
|
||||
|
||||
-spec getpgrp(pid()) -> integer().
|
||||
-spec getpgrp(pid(),list(integer())) -> integer().
|
||||
|
||||
|
||||
Reference in New Issue
Block a user