Browse Source

Revert "missing prototype of __libc_drand48_data fixed"

This reverts commit e2cea9b9edabe885b9bf2586f9541ffb8fe93f3f.

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Peter S. Mazinger 13 năm trước cách đây
mục cha
commit
c725e8ba5f
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      libc/stdlib/drand48-iter.c

+ 0 - 1
libc/stdlib/drand48-iter.c

@@ -21,7 +21,6 @@
 #include <stdlib.h>
 #include <limits.h>
 #include <stdint.h>
-#include <stdlib.h>
 #include <sys/types.h>
 
 #ifdef __UCLIBC_MJN3_ONLY__