| author | |
| committer | |
| log | 1bcd8d9fe60f72849254b7f74d9ea0f48eae6aaa |
| tree | 874cbc2d6c94ddd9656d1a6eaec7b94a9b36b159 |
| parent | 0c41edf4978cc45b59909fce69885e310360cbfa |
```
lib/libc/include/any-darwin-any/sys/errno.h:#define ENOTCAPABLE 107 /* Capabilities insufficient */
```1 files changed, 2 insertions(+), 0 deletions(-)
lib/std/c/darwin.zig+2| ... | @@ -1494,6 +1494,8 @@ pub const E = enum(u16) { | ... | @@ -1494,6 +1494,8 @@ pub const E = enum(u16) { |
| 1494 | OWNERDEAD = 105, | 1494 | OWNERDEAD = 105, |
| 1495 | /// Interface output queue is full | 1495 | /// Interface output queue is full |
| 1496 | QFULL = 106, | 1496 | QFULL = 106, |
| 1497 | /// Capabilities insufficient | ||
| 1498 | NOTCAPABLE = 107, | ||
| 1497 | _, | 1499 | _, |
| 1498 | }; | 1500 | }; |
| 1499 | 1501 |