diff options
Diffstat (limited to 'src')
| -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 |
6 files changed, 2 insertions, 10 deletions
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) |
