diff options
author | 2016-01-16 02:31:25 -0500 | |
---|---|---|
committer | 2016-01-16 02:34:15 -0500 | |
commit | 3f2c97261b487a95c94a9544023fb7c0a696b4a9 (patch) | |
tree | bedd2f7f7ce414b9cbb000b20d1a39818518faa0 /ChangeLog | |
parent | nptl: Add first-line description for barrier tests. (diff) | |
download | glibc-3f2c97261b487a95c94a9544023fb7c0a696b4a9.tar.gz glibc-3f2c97261b487a95c94a9544023fb7c0a696b4a9.tar.bz2 glibc-3f2c97261b487a95c94a9544023fb7c0a696b4a9.zip |
sparc: mman.h: fix bad comment insertion
The MCL_ONFAULT define was inserted into the middle of a comment which
breaks the build.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2016-01-16 Mike Frysinger <vapier@gentoo.org> + + * sysdeps/unix/sysv/linux/sparc/bits/mman.h (MCL_ONFAULT): Move + outside of comment. + 2016-01-15 Torvald Riegel <triegel@redhat.com> * nptl/tst-barrier1.c: Add description on first line. |