From b1b060c341b112e5face9a074e95fd366e8539bf Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 14 Jul 2003 21:16:43 +0000 Subject: Update. 2003-07-14 Ulrich Drepper * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_TGKILL for Alpha appropriately. --- sysdeps/unix/sysv/linux/futimes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/unix/sysv/linux/futimes.c') diff --git a/sysdeps/unix/sysv/linux/futimes.c b/sysdeps/unix/sysv/linux/futimes.c index bb1f045df5..97a917318e 100644 --- a/sysdeps/unix/sysv/linux/futimes.c +++ b/sysdeps/unix/sysv/linux/futimes.c @@ -36,7 +36,7 @@ __futimes (int fd, const struct timeval tvp[2]) static const char selffd[] = "/proc/self/fd/"; char fname[sizeof (selffd) + 3 * sizeof (int)]; fname[sizeof (fname) - 1] = '\0'; - char *cp = _itoa_word (fd, fname + sizeof (fname) - 1, 10, 0); + char *cp = _itoa_word ((unsigned int) fd, fname + sizeof (fname) - 1, 10, 0); cp = memcpy (cp - sizeof (selffd) + 1, selffd, sizeof (selffd) - 1); #ifdef __NR_utimes -- cgit 1.4.1