Parcourir la source

we dont need to loop calling abort() because abort() already loops for us

Mike Frysinger il y a 18 ans
Parent
commit
b327d72589
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 2
      libc/misc/internals/__uClibc_main.c

+ 0 - 2
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();
-	    }
 	}
     }
 }