aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-02-03 17:06:42 +0000
committerUlrich Drepper <drepper@redhat.com>2001-02-03 17:06:42 +0000
commita5f9233ee2c3504c0e7770a1bf1579a2df0daff2 (patch)
tree9bf21664a7b98f00b159019a73a037e917ec8c96 /sysdeps
parent99b9b8eca13241a3e18918739c8d33d928fdb46e (diff)
downloadglibc-a5f9233ee2c3504c0e7770a1bf1579a2df0daff2.zip
glibc-a5f9233ee2c3504c0e7770a1bf1579a2df0daff2.tar.gz
glibc-a5f9233ee2c3504c0e7770a1bf1579a2df0daff2.tar.bz2
Update.
Remove comma at end of enum.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/unix/sysv/linux/arm/sys/ucontext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/arm/sys/ucontext.h b/sysdeps/unix/sysv/linux/arm/sys/ucontext.h
index f33d863..b858cf8 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
};