diff options
author | Marek Polacek <polacek@redhat.com> | 2012-05-31 13:10:02 +0200 |
---|---|---|
committer | Marek Polacek <polacek@redhat.com> | 2012-05-31 13:10:02 +0200 |
commit | 3091725976856160a5427b03a9586af534b63750 (patch) | |
tree | ef9fb10b1cbb578e99d005260b0cc2c8b5d5db91 /ChangeLog | |
parent | 1c58d5dcebbc41172316b3d28ee3fc58cf09aa13 (diff) | |
download | glibc-3091725976856160a5427b03a9586af534b63750.tar glibc-3091725976856160a5427b03a9586af534b63750.tar.gz glibc-3091725976856160a5427b03a9586af534b63750.tar.bz2 glibc-3091725976856160a5427b03a9586af534b63750.zip |
Remove use of INTUSE/INTDEF in misc.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2012-05-31 Marek Polacek <polacek@redhat.com> + + [BZ #14132] + * include/mntent.h (__setmntent_internal, __getmntent_r_internal + __endmntent_internal): Remove declaration. + (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro. + (__setmntent, __endmntent, __getmntent_r): Declare hidden proto. + * misc/mntent_r.c: Replace INTDEF with libc_hidden_def. + 2012-05-30 David S. Miller <davem@davemloft.net> * sysdeps/sparc/sparc32/soft-fp/q_util.c |