]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Sat, 3 Feb 2001 17:06:42 +0000 (17:06 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 3 Feb 2001 17:06:42 +0000 (17:06 +0000)
Remove comma at end of enum.

ChangeLog
sysdeps/unix/sysv/linux/arm/sys/ucontext.h

index 6da86687dd93432c79a941e3d9f5c8d076b4cc81..3270bd3dba4d7df8365a37006ee1b108377ed394 100644 (file)
--- 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.
 
index f33d8639a1c10a89d8aeb13b3083825978f87431..b858cf8c61cd42b1f73ecb135338b9be78cdec27 100644 (file)
@@ -66,7 +66,7 @@ enum
 #define R13    R13
   R14 = 14,
 #define R14    R14
-  R15 = 15,
+  R15 = 15
 #define R15    R15
 };
 
This page took 0.040414 seconds and 5 git commands to generate.