| commit | 582293bb5ee268fc64ecefe710a5bcf253df1a6e | [log] [tgz] |
|---|---|---|
| author | Benjamin Naecker <ben@oxide.computer> | Wed Apr 28 15:52:23 2021 -0700 |
| committer | Jens Geyer <jensg@apache.org> | Wed Jun 30 22:05:38 2021 +0200 |
| tree | 0e1358441a6fc5a340a738a85ac78a36ed1e8322 | |
| parent | 3c3a389c8ac546623d21e2d151c402503b358bc9 [diff] |
Adds support for building C++ codegen on Solaris Client: cpp Author: Benjamin Naecker This closes #2380 Solaris-derived systems split some functionality that is usually found in `sys/ioctl.h` into `sys/filio.h`. In this case, the `FIONREAD` constant is in the latter file.