소스 검색

used hidden close

Mike Frysinger 19 년 전
부모
커밋
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