Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 21 Dec 1999 16:25:25 +0000 (16:25 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 21 Dec 1999 16:25:25 +0000 (16:25 +0000)
1999-12-21  Andreas Schwab  <schwab@suse.de>

* include/unistd.h: Declare __libc_lseek.

1999-12-21  Andreas Jaeger  <aj@suse.de>

* stdlib/longlong.h: Remove __P.

ChangeLog
include/unistd.h
stdlib/longlong.h

index 254a0fc..ab5b446 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+1999-12-21  Andreas Schwab  <schwab@suse.de>
+
+       * include/unistd.h: Declare __libc_lseek.
+
+1999-12-21  Andreas Jaeger  <aj@suse.de>
+
+       * stdlib/longlong.h: Remove __P.
+
 1999-12-21  Andreas Jaeger  <aj@suse.de>
 
        * sysdeps/powerpc/fpu/libm-ulps: New file.
index 24e035b..ecfcd58 100644 (file)
@@ -5,6 +5,7 @@
 extern int __access (__const char *__name, int __type);
 extern int __euidaccess (__const char *__name, int __type);
 extern __off64_t __lseek64 (int __fd, __off64_t __offset, int __whence);
+extern __off_t __libc_lseek (int __fd, __off_t __offset, int __whence);
 extern __off64_t __libc_lseek64 (int __fd, __off64_t __offset, int __whence);
 extern ssize_t __pread (int __fd, void *__buf, size_t __nbytes,
                        __off_t __offset);
index a2e56c4..6d349e2 100644 (file)
     (q) = __udiv_qrnnd (&__r, (n1), (n0), (d));                                \
     (r) = __r;                                                         \
   } while (0)
-extern UDItype __udiv_qrnnd __P ((UDItype *, UDItype, UDItype, UDItype));
+extern UDItype __udiv_qrnnd (UDItype *, UDItype, UDItype, UDItype);
 #define UDIV_TIME 220
 #endif /* LONGLONG_STANDALONE */
 #endif /* __alpha */