浏览代码

used hidden close

Mike Frysinger 18 年之前
父节点
当前提交
623f8de43a
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      libc/stdio/fclose.c

+ 2 - 0
libc/stdio/fclose.c

@@ -5,6 +5,8 @@
  * Dedicated to Toni.  See uClibc/DEDICATION.mjn3 for details.
  */
 
+#define close __close
+
 #include "_stdio.h"
 
 #undef fclose