diff options
Diffstat (limited to 'lib/mlibc/tests/glibc/error.c')
-rw-r--r-- | lib/mlibc/tests/glibc/error.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/mlibc/tests/glibc/error.c b/lib/mlibc/tests/glibc/error.c deleted file mode 100644 index 2ae752a..0000000 --- a/lib/mlibc/tests/glibc/error.c +++ /dev/null @@ -1,6 +0,0 @@ -#include <errno.h> -#include <error.h> - -int main() { - error(0, EINVAL, "test: %s", "error"); -} |