about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/utimes.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-07-14 21:16:43 +0000
committerUlrich Drepper <drepper@redhat.com>2003-07-14 21:16:43 +0000
commitb1b060c341b112e5face9a074e95fd366e8539bf (patch)
tree99e29cac2b00f4957a60f888c4c5605c59beb516 /sysdeps/unix/sysv/linux/utimes.c
parent9291eb491f78ddea7d908a58a2b2ce68c63f31ba (diff)
downloadglibc-b1b060c341b112e5face9a074e95fd366e8539bf.tar.gz
glibc-b1b060c341b112e5face9a074e95fd366e8539bf.tar.xz
glibc-b1b060c341b112e5face9a074e95fd366e8539bf.zip
Update.
2003-07-14  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/unix/sysv/linux/kernel-features.h: Define
	__ASSUME_TGKILL for Alpha appropriately.
Diffstat (limited to 'sysdeps/unix/sysv/linux/utimes.c')
-rw-r--r--sysdeps/unix/sysv/linux/utimes.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/utimes.c b/sysdeps/unix/sysv/linux/utimes.c
index 57b82f9237..6e08c95397 100644
--- a/sysdeps/unix/sysv/linux/utimes.c
+++ b/sysdeps/unix/sysv/linux/utimes.c
@@ -20,6 +20,7 @@
 #include <stddef.h>
 #include <utime.h>
 #include <sys/time.h>
+#include <sysdep.h>
 #include "kernel-features.h"