diff options
author | Roland McGrath <roland@gnu.org> | 1996-01-17 22:33:48 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-01-17 22:33:48 +0000 |
commit | 069aa63891e23b7b97e7c6bf2e3893384a32b031 (patch) | |
tree | e22197be75780a614cd068acd7f9cdb6d6f1fcd2 /misc | |
parent | 44534645d62a2be9215a9b3691eb7f6652559353 (diff) | |
download | glibc-069aa63891e23b7b97e7c6bf2e3893384a32b031.tar.gz glibc-069aa63891e23b7b97e7c6bf2e3893384a32b031.tar.xz glibc-069aa63891e23b7b97e7c6bf2e3893384a32b031.zip |
(union ieee854_long_double.ieee_nan): Add missing ; in little-endian case.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile index f557e59a6c..775d6c6bb3 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -38,7 +38,7 @@ routines := brk sbrk sstk ioctl \ select \ acct chroot fsync sync reboot \ gethostid sethostid \ - revoke vhangup mknod \ + revoke vhangup \ swapon mktemp mkstemp \ ualarm usleep \ gtty stty \ |