summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-01-27 21:38:32 -0500
committerJakob Kaivo <jkk@ung.org>2019-01-27 21:38:32 -0500
commit63be8a77d8bd79573403b85faa92f2a503a6687e (patch)
tree9f1637015d4835a0be166b60dec5b5ff8ff98cb0
parent9641d7fa633a1aaa1344a08889ccd4012eb5298a (diff)
remove unnecessary members
-rw-r--r--nonstd/types.h2
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);