summaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-05-07 09:13:43 -0400
committerUlrich Drepper <drepper@gmail.com>2011-05-07 09:13:43 -0400
commitd08055417d0187875806161fab8c4777adfb7ba8 (patch)
tree931db73d70cd70a41201b63d4c78f9f314a624f2 /sysdeps
parent8a35c9120fedda4d5cce1d37783e1f8bf6fc58da (diff)
downloadglibc-d08055417d0187875806161fab8c4777adfb7ba8.tar.gz
Misplaced new line in last patch
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/unix/sysv/linux/sys/sysmacros.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/sys/sysmacros.h b/sysdeps/unix/sysv/linux/sys/sysmacros.h
index 92501d4898..3fc01dff11 100644
--- a/sysdeps/unix/sysv/linux/sys/sysmacros.h
+++ b/sysdeps/unix/sysv/linux/sys/sysmacros.h
@@ -60,10 +60,8 @@ __NTH (gnu_dev_makedev (unsigned int __major, unsigned int __minor))
| (((unsigned long long int) (__minor & ~0xff)) << 12)
| (((unsigned long long int) (__major & ~0xfff)) << 32));
}
-
-__END_DECLS
# endif
-
+__END_DECLS
/* Access the functions with their traditional names. */
# define major(dev) gnu_dev_major (dev)