diff options
Diffstat (limited to '.deps/h/nonstd')
| -rw-r--r-- | .deps/h/nonstd/assert.h.deps | 4 | ||||
| -rw-r--r-- | .deps/h/nonstd/ctype.h.deps | 2 | ||||
| -rw-r--r-- | .deps/h/nonstd/internal.h.deps | 3 | ||||
| -rw-r--r-- | .deps/h/nonstd/io.h.deps | 11 | ||||
| -rw-r--r-- | .deps/h/nonstd/lib.h.deps | 1 | ||||
| -rw-r--r-- | .deps/h/nonstd/locale.h.deps | 5 | ||||
| -rw-r--r-- | .deps/h/nonstd/syscall.h.deps | 7 |
7 files changed, 33 insertions, 0 deletions
diff --git a/.deps/h/nonstd/assert.h.deps b/.deps/h/nonstd/assert.h.deps new file mode 100644 index 00000000..a200cdb2 --- /dev/null +++ b/.deps/h/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/h/nonstd/ctype.h.deps b/.deps/h/nonstd/ctype.h.deps new file mode 100644 index 00000000..626cfee5 --- /dev/null +++ b/.deps/h/nonstd/ctype.h.deps @@ -0,0 +1,2 @@ +./src/nonstd/ctype_t.c +./src/nonstd/ctype-internal.ref diff --git a/.deps/h/nonstd/internal.h.deps b/.deps/h/nonstd/internal.h.deps new file mode 100644 index 00000000..a1e6c40d --- /dev/null +++ b/.deps/h/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/h/nonstd/io.h.deps b/.deps/h/nonstd/io.h.deps new file mode 100644 index 00000000..09191a4e --- /dev/null +++ b/.deps/h/nonstd/io.h.deps @@ -0,0 +1,11 @@ +./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/io-internal.ref +./src/nonstd/pid_t.ref +./src/nonstd/stdio.ref diff --git a/.deps/h/nonstd/lib.h.deps b/.deps/h/nonstd/lib.h.deps new file mode 100644 index 00000000..18c50822 --- /dev/null +++ b/.deps/h/nonstd/lib.h.deps @@ -0,0 +1 @@ +./src/nonstd/lib-internal.ref diff --git a/.deps/h/nonstd/locale.h.deps b/.deps/h/nonstd/locale.h.deps new file mode 100644 index 00000000..80865e58 --- /dev/null +++ b/.deps/h/nonstd/locale.h.deps @@ -0,0 +1,5 @@ +./src/nonstd/struct_locale_t.c +./src/nonstd/__load_locale.c +./src/nonstd/locale-limits.ref +./src/nonstd/locale-internal.ref +./src/nonstd/locale-locale.ref diff --git a/.deps/h/nonstd/syscall.h.deps b/.deps/h/nonstd/syscall.h.deps new file mode 100644 index 00000000..2fec43e0 --- /dev/null +++ b/.deps/h/nonstd/syscall.h.deps @@ -0,0 +1,7 @@ +./src/nonstd/SYSCALL_NUMBER.c +./src/nonstd/__syscall.c +./src/nonstd/__lookup.c +./src/nonstd/SYSCALL.c +./src/nonstd/syscall-internal.ref +./src/nonstd/ENOSYS.ref +./src/nonstd/errno.ref |
