diff options
| -rw-r--r-- | .deps/all.ref | 6 | ||||
| -rw-r--r-- | .deps/nonstd/io.h.deps | 6 | ||||
| -rw-r--r-- | .headers.mk | 2 | ||||
| -rw-r--r-- | src/nonstd/BUFSIZ.ref | 2 | ||||
| -rw-r--r-- | src/nonstd/NULL.ref | 2 | ||||
| -rw-r--r-- | src/nonstd/fpos_t.ref | 2 | ||||
| -rw-r--r-- | src/nonstd/size_t.ref | 2 | ||||
| -rw-r--r-- | src/nonstd/stdio.ref | 2 | ||||
| -rw-r--r-- | src/nonstd/va_list.ref | 2 |
9 files changed, 5 insertions, 21 deletions
diff --git a/.deps/all.ref b/.deps/all.ref index 4df1a048..5ae77ca9 100644 --- a/.deps/all.ref +++ b/.deps/all.ref @@ -1,11 +1,7 @@ -./src/nonstd/fpos_t.ref ./src/nonstd/nonstd-inernal.ref -./src/nonstd/BUFSIZ.ref -./src/nonstd/NULL.ref ./src/nonstd/pid_t.ref ./src/nonstd/ENOSYS.ref -./src/nonstd/size_t.ref -./src/nonstd/va_list.ref +./src/nonstd/stdio.ref ./src/nonstd/errno.ref ./src/signal/ucontext_t.ref ./src/signal/pid_t.ref diff --git a/.deps/nonstd/io.h.deps b/.deps/nonstd/io.h.deps index 6c630fbf..c79016c7 100644 --- a/.deps/nonstd/io.h.deps +++ b/.deps/nonstd/io.h.deps @@ -6,9 +6,5 @@ ./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 +./src/nonstd/stdio.ref diff --git a/.headers.mk b/.headers.mk index feaff387..fbdaf15c 100644 --- a/.headers.mk +++ b/.headers.mk @@ -93,7 +93,7 @@ $(INCDIR)/nonstd/ctype.h: mkh.sh $(SRCDIR)/nonstd/ctype_t.c $(INCDIR)/nonstd/internal.h: mkh.sh $(SRCDIR)/nonstd/__libc.c $(SRCDIR)/nonstd/struct_atexit.c $(SRCDIR)/nonstd/LIBC_INTERNAL.c INCDIR=$(INCDIR) sh mkh.sh $(INCDIR)/nonstd/internal.h -$(INCDIR)/nonstd/io.h: mkh.sh $(SRCDIR)/nonstd/struct_io_options.c $(SRCDIR)/nonstd/flockfile.c $(SRCDIR)/nonstd/__printf.c $(SRCDIR)/nonstd/struct_FILE.c $(SRCDIR)/nonstd/funlockfile.c $(SRCDIR)/nonstd/ftrylockfile.c $(SRCDIR)/nonstd/getc_unlocked.c $(SRCDIR)/nonstd/__scanf.c $(SRCDIR)/nonstd/fpos_t.ref $(SRCDIR)/nonstd/BUFSIZ.ref $(SRCDIR)/nonstd/NULL.ref $(SRCDIR)/nonstd/pid_t.ref $(SRCDIR)/nonstd/size_t.ref $(SRCDIR)/nonstd/va_list.ref +$(INCDIR)/nonstd/io.h: mkh.sh $(SRCDIR)/nonstd/struct_io_options.c $(SRCDIR)/nonstd/flockfile.c $(SRCDIR)/nonstd/__printf.c $(SRCDIR)/nonstd/struct_FILE.c $(SRCDIR)/nonstd/funlockfile.c $(SRCDIR)/nonstd/ftrylockfile.c $(SRCDIR)/nonstd/getc_unlocked.c $(SRCDIR)/nonstd/__scanf.c $(SRCDIR)/nonstd/pid_t.ref $(SRCDIR)/nonstd/stdio.ref INCDIR=$(INCDIR) sh mkh.sh $(INCDIR)/nonstd/io.h $(INCDIR)/nonstd/locale.h: mkh.sh $(SRCDIR)/nonstd/struct_locale_t.c diff --git a/src/nonstd/BUFSIZ.ref b/src/nonstd/BUFSIZ.ref deleted file mode 100644 index 660ed705..00000000 --- a/src/nonstd/BUFSIZ.ref +++ /dev/null @@ -1,2 +0,0 @@ -#include <nonstd/io.h> -REFERENCE(stdio/BUFSIZ.c) diff --git a/src/nonstd/NULL.ref b/src/nonstd/NULL.ref deleted file mode 100644 index 9218f06c..00000000 --- a/src/nonstd/NULL.ref +++ /dev/null @@ -1,2 +0,0 @@ -#include <nonstd/io.h> -REFERENCE(stddef/NULL.c) diff --git a/src/nonstd/fpos_t.ref b/src/nonstd/fpos_t.ref deleted file mode 100644 index 2f233e07..00000000 --- a/src/nonstd/fpos_t.ref +++ /dev/null @@ -1,2 +0,0 @@ -#include <nonstd/io.h> -REFERENCE(stdio/fpos_t.c) diff --git a/src/nonstd/size_t.ref b/src/nonstd/size_t.ref deleted file mode 100644 index 27c403ab..00000000 --- a/src/nonstd/size_t.ref +++ /dev/null @@ -1,2 +0,0 @@ -#include <nonstd/io.h> -REFERENCE(stddef/size_t.c) diff --git a/src/nonstd/stdio.ref b/src/nonstd/stdio.ref new file mode 100644 index 00000000..d6cbdf21 --- /dev/null +++ b/src/nonstd/stdio.ref @@ -0,0 +1,2 @@ +#include <nonstd/io.h> +REFERENCE(<stdio.h>) diff --git a/src/nonstd/va_list.ref b/src/nonstd/va_list.ref deleted file mode 100644 index 84f0e484..00000000 --- a/src/nonstd/va_list.ref +++ /dev/null @@ -1,2 +0,0 @@ -#include <nonstd/io.h> -REFERENCE(stdarg/va_list.c) |
