projects
/
external
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fe32a1
)
Use INTEDEF for __gettimeofday.
author
Ulrich Drepper
<drepper@redhat.com>
Sun, 14 Apr 2002 09:11:55 +0000
(09:11 +0000)
committer
Ulrich Drepper
<drepper@redhat.com>
Sun, 14 Apr 2002 09:11:55 +0000
(09:11 +0000)
sysdeps/unix/sysv/aix/gettimeofday.c
patch
|
blob
|
history
diff --git
a/sysdeps/unix/sysv/aix/gettimeofday.c
b/sysdeps/unix/sysv/aix/gettimeofday.c
index
031a84e
..
a0105ae
100644
(file)
--- a/
sysdeps/unix/sysv/aix/gettimeofday.c
+++ b/
sysdeps/unix/sysv/aix/gettimeofday.c
@@
-1,4
+1,4
@@
-/* Copyright (C) 1991,
92, 94, 95, 96, 97, 2001
Free Software Foundation, Inc.
+/* Copyright (C) 1991,
92,94,95,96,97,2001,2002
Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@
-26,6
+26,8
@@
# define __tzname tzname
#endif
+#undef __gettimeofday
+
extern int rtc_upper (void);
extern int rtc_lower (void);
@@
-92,4
+94,5
@@
__gettimeofday (tv, tz)
return 0;
}
+INTDEF(__gettimeofday)
weak_alias (__gettimeofday, gettimeofday)