diff options
-rw-r--r-- | libc/misc/internals/__uClibc_main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/misc/internals/__uClibc_main.c b/libc/misc/internals/__uClibc_main.c index 33ac42e67..68efad37f 100644 --- a/libc/misc/internals/__uClibc_main.c +++ b/libc/misc/internals/__uClibc_main.c @@ -96,9 +96,7 @@ static void __check_one_fd(int fd, int mode) (st.st_rdev != makedev(1, 3))) { /* Somebody is trying some trickery here... */ - while (1) { abort(); - } } } } |