Fix bug exposed by a previous commit.
commit48858578e9d065c9186cf039f917c4a6f2a32d56
authorMihail Groza <unlupdestepa@gmail.com>
Fri, 17 Feb 2017 16:05:29 +0000 (17 16:05 +0000)
committerMihail Groza <unlupdestepa@gmail.com>
Fri, 17 Feb 2017 16:05:29 +0000 (17 16:05 +0000)
tree1f334e21f95ab87ebe56c6f67403a23c8da79c83
parent35d2c26666e4ed44837fc4e7daba5b95bbf071fa
Fix bug exposed by a previous commit.

Previous commit d3cb2f9f0642d775a96e3032dee840cc7d334efd removed support
for unknown built-ins. The test was done on source file and self-check,
yet building libraries wasn't tested. Trying to build unix library
produced a parse error due to such unknown built-in (probably a remnant
of a previous incarnation of this file). Easily corrected by specifying
the correct type.
lib/unix.h