diff options
| author | Jakob Kaivo <jkk@ung.org> | 2019-02-23 21:03:32 -0500 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2019-02-23 21:03:32 -0500 |
| commit | bf6e746cfa2c8bb6761a35dc59c8de560fe0ae4c (patch) | |
| tree | a76bf3dcaa4fc494f251fb404664250576f73cc0 /.deps/nonstd | |
| parent | b77d8c851125b08b312071239b30b2c9a450ca3d (diff) | |
update dependecies
Diffstat (limited to '.deps/nonstd')
| -rw-r--r-- | .deps/nonstd/assert.h.deps | 4 | ||||
| -rw-r--r-- | .deps/nonstd/ctype.h.deps | 1 | ||||
| -rw-r--r-- | .deps/nonstd/internal.h.deps | 3 | ||||
| -rw-r--r-- | .deps/nonstd/io.h.deps | 14 | ||||
| -rw-r--r-- | .deps/nonstd/locale.h.deps | 1 | ||||
| -rw-r--r-- | .deps/nonstd/syscall.h.deps | 7 |
6 files changed, 30 insertions, 0 deletions
diff --git a/.deps/nonstd/assert.h.deps b/.deps/nonstd/assert.h.deps new file mode 100644 index 00000000..a200cdb2 --- /dev/null +++ b/.deps/nonstd/assert.h.deps @@ -0,0 +1,4 @@ +./src/nonstd/ASSERT_REPRESENTABLE.c +./src/nonstd/ASSERT_NONNULL.c +./src/nonstd/ASSERT_NOOVERLAP.c +./src/nonstd/ASSERT_NONZERO.c diff --git a/.deps/nonstd/ctype.h.deps b/.deps/nonstd/ctype.h.deps new file mode 100644 index 00000000..b8b88446 --- /dev/null +++ b/.deps/nonstd/ctype.h.deps @@ -0,0 +1 @@ +./src/nonstd/ctype_t.c diff --git a/.deps/nonstd/internal.h.deps b/.deps/nonstd/internal.h.deps new file mode 100644 index 00000000..a1e6c40d --- /dev/null +++ b/.deps/nonstd/internal.h.deps @@ -0,0 +1,3 @@ +./src/nonstd/__libc.c +./src/nonstd/struct_atexit.c +./src/nonstd/LIBC_INTERNAL.c diff --git a/.deps/nonstd/io.h.deps b/.deps/nonstd/io.h.deps new file mode 100644 index 00000000..6c630fbf --- /dev/null +++ b/.deps/nonstd/io.h.deps @@ -0,0 +1,14 @@ +./src/nonstd/struct_io_options.c +./src/nonstd/flockfile.c +./src/nonstd/__printf.c +./src/nonstd/struct_FILE.c +./src/nonstd/funlockfile.c +./src/nonstd/ftrylockfile.c +./src/nonstd/getc_unlocked.c +./src/nonstd/__scanf.c +./src/nonstd/fpos_t.ref +./src/nonstd/BUFSIZ.ref +./src/nonstd/NULL.ref +./src/nonstd/pid_t.ref +./src/nonstd/size_t.ref +./src/nonstd/va_list.ref diff --git a/.deps/nonstd/locale.h.deps b/.deps/nonstd/locale.h.deps new file mode 100644 index 00000000..114cbee5 --- /dev/null +++ b/.deps/nonstd/locale.h.deps @@ -0,0 +1 @@ +./src/nonstd/struct_locale_t.c diff --git a/.deps/nonstd/syscall.h.deps b/.deps/nonstd/syscall.h.deps new file mode 100644 index 00000000..e476e255 --- /dev/null +++ b/.deps/nonstd/syscall.h.deps @@ -0,0 +1,7 @@ +./src/nonstd/SYSCALL_NUMBER.c +./src/nonstd/__syscall.c +./src/nonstd/syscall_lookup_t.c +./src/nonstd/SYSCALL.c +./src/nonstd/nonstd-inernal.ref +./src/nonstd/ENOSYS.ref +./src/nonstd/errno.ref |
