mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Misplaced new line in last patch
This commit is contained in:
@ -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) (__minor & ~0xff)) << 12)
|
||||||
| (((unsigned long long int) (__major & ~0xfff)) << 32));
|
| (((unsigned long long int) (__major & ~0xfff)) << 32));
|
||||||
}
|
}
|
||||||
|
|
||||||
__END_DECLS
|
|
||||||
# endif
|
# endif
|
||||||
|
__END_DECLS
|
||||||
|
|
||||||
/* Access the functions with their traditional names. */
|
/* Access the functions with their traditional names. */
|
||||||
# define major(dev) gnu_dev_major (dev)
|
# define major(dev) gnu_dev_major (dev)
|
||||||
|
Reference in New Issue
Block a user