about summary refs log tree commit diff
path: root/stdlib/ldiv.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/ldiv.c')
-rw-r--r--stdlib/ldiv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/stdlib/ldiv.c b/stdlib/ldiv.c
index 661f1bdbcd..b2029032e3 100644
--- a/stdlib/ldiv.c
+++ b/stdlib/ldiv.c
@@ -57,7 +57,6 @@ Cambridge, MA 02139, USA.  */
 
 
 /* Return the `ldiv_t' representation of NUMER over DENOM.  */
-__CONSTVALUE
 ldiv_t
 DEFUN(ldiv, (numer, denom), long int numer AND long int denom)
 {