summaryrefslogtreecommitdiff
path: root/locale
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-07-25 18:36:31 +0000
committerRoland McGrath <roland@gnu.org>1995-07-25 18:36:31 +0000
commit4356cfd7ad089329066cc2ebaaf9e1e982762537 (patch)
treecb65e7a9f8d081e79aafef2afedad03dfdc143a1 /locale
parent874f1b9bd817c0fa7e9fb231ec2e377c819d73a4 (diff)
* stdlib/strtol.c [_LIBC]: Define STDC_HEADERS.
* sysdeps/unix/sysv/ftime.S: New file. * locale/locfile-parse.c (categories_write): Cast "" to char *. * io/fcntl.h [__OPTIMIZE__] (creat): Macro removed. * time/strftime.c: Use year modulo 100 for %y. * time/sys/timeb.h: Add __BEGIN_DECLS and __END_DECLS. * sysdeps/unix/snarf-ioctls (snarfexclude): Use two sed's instead of one, to work around bug in sunos4.1.2 sed.
Diffstat (limited to 'locale')
-rw-r--r--locale/locfile-parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/locfile-parse.c b/locale/locfile-parse.c
index 000374f2c5..aad84334c9 100644
--- a/locale/locfile-parse.c
+++ b/locale/locfile-parse.c
@@ -571,7 +571,7 @@ categories_write (void)
{
data->idx[cnt] = len;
++len;
- iov[1 + cnt].iov_base = "";
+ iov[1 + cnt].iov_base = (char *) "";
iov[1 + cnt].iov_len = 1;
++cnt;
}