diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-02-03 17:06:42 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-02-03 17:06:42 +0000 |
commit | a5f9233ee2c3504c0e7770a1bf1579a2df0daff2 (patch) | |
tree | 9bf21664a7b98f00b159019a73a037e917ec8c96 | |
parent | 99b9b8eca13241a3e18918739c8d33d928fdb46e (diff) | |
download | glibc-a5f9233ee2c3504c0e7770a1bf1579a2df0daff2.tar.gz glibc-a5f9233ee2c3504c0e7770a1bf1579a2df0daff2.tar.xz glibc-a5f9233ee2c3504c0e7770a1bf1579a2df0daff2.zip |
Update.
Remove comma at end of enum.
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/arm/sys/ucontext.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 6da86687dd..3270bd3dba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2001-02-03 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/arm/sys/ucontext.h: File was using crlf. + Remove comma at end of enum. * elf/dl-init.c: Add a few __builtin_expect. diff --git a/sysdeps/unix/sysv/linux/arm/sys/ucontext.h b/sysdeps/unix/sysv/linux/arm/sys/ucontext.h index f33d8639a1..b858cf8c61 100644 --- a/sysdeps/unix/sysv/linux/arm/sys/ucontext.h +++ b/sysdeps/unix/sysv/linux/arm/sys/ucontext.h @@ -66,7 +66,7 @@ enum #define R13 R13 R14 = 14, #define R14 R14 - R15 = 15, + R15 = 15 #define R15 R15 }; |