diff options
author | Andreas Jaeger <aj@suse.de> | 2001-11-22 12:36:34 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-11-22 12:36:34 +0000 |
commit | 91eaf586e5d590a8f72a87c4c11a989fc0464465 (patch) | |
tree | 03be78f2df502da3fbf82a8896b2f4191de5eb95 /sysdeps/unix/sysv | |
parent | d987f926bb6b4a09daacc0fec023cddbf980a754 (diff) | |
download | glibc-91eaf586e5d590a8f72a87c4c11a989fc0464465.tar glibc-91eaf586e5d590a8f72a87c4c11a989fc0464465.tar.gz glibc-91eaf586e5d590a8f72a87c4c11a989fc0464465.tar.bz2 glibc-91eaf586e5d590a8f72a87c4c11a989fc0464465.zip |
Update.
2001-11-22 Andreas Jaeger <aj@suse.de>
* sysdeps/ieee754/ldbl-96/s_ilogbl.c (__ilogbl): Add brace to
avoid warning.
Diffstat (limited to 'sysdeps/unix/sysv')
-rw-r--r-- | sysdeps/unix/sysv/linux/x86_64/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/x86_64/Makefile b/sysdeps/unix/sysv/linux/x86_64/Makefile index 6564eb0bc5..0aacd00224 100644 --- a/sysdeps/unix/sysv/linux/x86_64/Makefile +++ b/sysdeps/unix/sysv/linux/x86_64/Makefile @@ -1,4 +1,4 @@ ifeq ($(subdir),misc) sysdep_routines += ioperm iopl -sysdep_headers += sys/perm.h sys/reg.h +sysdep_headers += sys/perm.h sys/reg.h sys/debugreg.h endif |