diff options
author | Roland McGrath <roland@hack.frob.com> | 2012-08-15 16:03:58 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-08-15 16:03:58 -0700 |
commit | 329bc0186823da075e1a41aab9a4cdc78fb858aa (patch) | |
tree | 8a85b7428d66a53ba9c5a0c9f41b1a01f52388c0 /ChangeLog | |
parent | e04e272d21d57a5e84af253c085a80de9b2f7e9f (diff) | |
download | glibc-329bc0186823da075e1a41aab9a4cdc78fb858aa.zip glibc-329bc0186823da075e1a41aab9a4cdc78fb858aa.tar.gz glibc-329bc0186823da075e1a41aab9a4cdc78fb858aa.tar.bz2 |
Suppress regcomp.c warnings in 32-bit builds.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2012-08-15 Roland McGrath <roland@hack.frob.com> + * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit + constants, which avoids warnings in 32-bit builds. + * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]: (O_DSYNC, O_RSYNC): New macros (with NetBSD values). |