diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-02-16 09:39:12 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-02-16 09:39:12 +0000 |
commit | d112ae3080c54e6274513ad4b70e2e67507c2dcb (patch) | |
tree | 1ffb5f008f46aa5a5e45b99a6402f012285c84a1 /misc/sys | |
parent | 3bbe74166d1161bdc1cab9c198ac4030b8c6d574 (diff) | |
download | glibc-d112ae3080c54e6274513ad4b70e2e67507c2dcb.tar glibc-d112ae3080c54e6274513ad4b70e2e67507c2dcb.tar.gz glibc-d112ae3080c54e6274513ad4b70e2e67507c2dcb.tar.bz2 glibc-d112ae3080c54e6274513ad4b70e2e67507c2dcb.zip |
Update.
1999-02-15 Geoff Keating <geoffk@ozemail.com.au>
* stdio-common/_itoa.c (_itoa): Correct parameters to
udiv_qrnnd_preinv.
1999-02-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* misc/sys/cdefs.h: Undefine __PMT since it might be defined
before (e.g. in glob.h).
Closes PR libc/959.
1999-02-16 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* sysdeps/mips/fpu_control.h: Fix typo.
Patch by Sylvain Pion <Sylvain.Pion@sophia.inria.fr>.
Remove __setfpucw.
Diffstat (limited to 'misc/sys')
-rw-r--r-- | misc/sys/cdefs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/sys/cdefs.h b/misc/sys/cdefs.h index 24d5f315b7..bc8d7c5cdb 100644 --- a/misc/sys/cdefs.h +++ b/misc/sys/cdefs.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1992, 93, 94, 95, 96, 97, 98 Free Software Foundation, Inc. +/* Copyright (C) 1992,93,94,95,96,97,98,99 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,7 @@ /* Some user header file might have defined this before. */ #undef __P +#undef __PMT #ifdef __GNUC__ |