diff options
| author | Jakob Kaivo <jkk@ung.org> | 2019-01-27 21:38:32 -0500 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2019-01-27 21:38:32 -0500 |
| commit | 63be8a77d8bd79573403b85faa92f2a503a6687e (patch) | |
| tree | 9f1637015d4835a0be166b60dec5b5ff8ff98cb0 | |
| parent | 9641d7fa633a1aaa1344a08889ccd4012eb5298a (diff) | |
remove unnecessary members
| -rw-r--r-- | nonstd/types.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nonstd/types.h b/nonstd/types.h index 0009c967..12468dc7 100644 --- a/nonstd/types.h +++ b/nonstd/types.h @@ -99,8 +99,6 @@ struct libc { char *name; char *dir; } *fds; - const char **confstr; - const int nconfstr; } unistd; char* (*atpath)(int fd, const char *path); long (*syscall_lookup)(const char *call); |
