Eric Andersen 24 年之前
父节点
当前提交
623b520a81
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      libc/stdlib/atexit.c

+ 1 - 1
libc/stdlib/atexit.c

@@ -159,7 +159,7 @@ void exit(int rv)
 	}
 
 	/* Clean up everything else */
-	if (__uClibc_cleanup) {
+	if (__uClibc_cleanup) 
 	    __uClibc_cleanup();
 
 	_exit(rv);