OSDN Git Service

hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing...
[uclinux-h8/uClibc.git] / libc / misc / time / ftime.c
index 9047632..233d6f7 100644 (file)
    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307 USA.  */
 
-#define gettimeofday __gettimeofday
-
 #include <sys/timeb.h>
 #include <sys/time.h>
 
+libc_hidden_proto(gettimeofday)
+
 int ftime(timebuf)
 struct timeb *timebuf;
 {