mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-05 21:00:05 +00:00
Update.
Remove comma at end of enum.
This commit is contained in:
parent
99b9b8eca1
commit
a5f9233ee2
@ -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.
|
||||
|
||||
|
@ -66,7 +66,7 @@ enum
|
||||
#define R13 R13
|
||||
R14 = 14,
|
||||
#define R14 R14
|
||||
R15 = 15,
|
||||
R15 = 15
|
||||
#define R15 R15
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user