summaryrefslogtreecommitdiff
path: root/.deps
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-02-28 14:24:20 -0500
committerJakob Kaivo <jkk@ung.org>2019-02-28 14:24:20 -0500
commitfcb4d41937f446172f804f86a59801994120938b (patch)
tree38afed001b96a094dc8b99f16750d847b32a1c05 /.deps
parentb80fa04bb30db3748f64b1d8b8afe71a13575c5b (diff)
update dependencies
Diffstat (limited to '.deps')
-rw-r--r--.deps/all.c1
-rw-r--r--.deps/all.h1
-rw-r--r--.deps/all.ref6
-rw-r--r--.deps/nonstd/ctype.h.deps1
-rw-r--r--.deps/nonstd/io.h.deps1
-rw-r--r--.deps/nonstd/locale.h.deps2
-rw-r--r--.deps/nonstd/syscall.h.deps2
7 files changed, 12 insertions, 2 deletions
diff --git a/.deps/all.c b/.deps/all.c
index 942eaba7..55b6cf90 100644
--- a/.deps/all.c
+++ b/.deps/all.c
@@ -19,6 +19,7 @@
./src/nonstd/_FTM/_POSIX_C_SOURCE.c
./src/nonstd/_FTM/_POSIX_SOURCE.c
./src/nonstd/_FTM/_XOPEN_SOURCE_EXTENDED.c
+./src/nonstd/__load_locale.c
./src/nonstd/struct_FILE.c
./src/nonstd/SYSCALL_NUMBER.c
./src/nonstd/__syscall.c
diff --git a/.deps/all.h b/.deps/all.h
index a25b589c..5ffc5c5c 100644
--- a/.deps/all.h
+++ b/.deps/all.h
@@ -30,6 +30,7 @@ nonstd/assert.h
nonstd/ctype.h
nonstd/internal.h
nonstd/io.h
+nonstd/lib.h
nonstd/locale.h
nonstd/syscall.h
poll.h
diff --git a/.deps/all.ref b/.deps/all.ref
index 5ae77ca9..54d4ea9c 100644
--- a/.deps/all.ref
+++ b/.deps/all.ref
@@ -1,8 +1,12 @@
-./src/nonstd/nonstd-inernal.ref
+./src/nonstd/syscall-internal.ref
+./src/nonstd/io-internal.ref
+./src/nonstd/lib-internal.ref
+./src/nonstd/locale-internal.ref
./src/nonstd/pid_t.ref
./src/nonstd/ENOSYS.ref
./src/nonstd/stdio.ref
./src/nonstd/errno.ref
+./src/nonstd/ctype-internal.ref
./src/signal/ucontext_t.ref
./src/signal/pid_t.ref
./src/term/bool.ref
diff --git a/.deps/nonstd/ctype.h.deps b/.deps/nonstd/ctype.h.deps
index b8b88446..626cfee5 100644
--- a/.deps/nonstd/ctype.h.deps
+++ b/.deps/nonstd/ctype.h.deps
@@ -1 +1,2 @@
./src/nonstd/ctype_t.c
+./src/nonstd/ctype-internal.ref
diff --git a/.deps/nonstd/io.h.deps b/.deps/nonstd/io.h.deps
index c79016c7..09191a4e 100644
--- a/.deps/nonstd/io.h.deps
+++ b/.deps/nonstd/io.h.deps
@@ -6,5 +6,6 @@
./src/nonstd/ftrylockfile.c
./src/nonstd/getc_unlocked.c
./src/nonstd/__scanf.c
+./src/nonstd/io-internal.ref
./src/nonstd/pid_t.ref
./src/nonstd/stdio.ref
diff --git a/.deps/nonstd/locale.h.deps b/.deps/nonstd/locale.h.deps
index 114cbee5..ad3e74eb 100644
--- a/.deps/nonstd/locale.h.deps
+++ b/.deps/nonstd/locale.h.deps
@@ -1 +1,3 @@
./src/nonstd/struct_locale_t.c
+./src/nonstd/__load_locale.c
+./src/nonstd/locale-internal.ref
diff --git a/.deps/nonstd/syscall.h.deps b/.deps/nonstd/syscall.h.deps
index eea79e92..47150833 100644
--- a/.deps/nonstd/syscall.h.deps
+++ b/.deps/nonstd/syscall.h.deps
@@ -3,6 +3,6 @@
./src/nonstd/__lookup.c
./src/nonstd/syscall_lookup_t.c
./src/nonstd/SYSCALL.c
-./src/nonstd/nonstd-inernal.ref
+./src/nonstd/syscall-internal.ref
./src/nonstd/ENOSYS.ref
./src/nonstd/errno.ref