Joseph Myers cecf2ed43a Remove __ASSUME_UTIMENSAT.
This patch removes the __ASSUME_UTIMENSAT macro, now it can be
unconditionally assumed to be true.

This shows that the only live uses of __ASSUME_UTIMES are in utimes.c
and they are only live for hppa.  I intend a followup patch to make
__ASSUME_UTIMES into an hppa-specific macro (not used or defined
outside sysdeps/unix/sysv/linux/hppa/).

Tested x86_64 that the disassembly of installed shared libraries is
unchanged by this patch.

	* sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
	Remove macro.
	* sysdeps/unix/sysv/linux/futimes.c: Do not include
	<kernel-features.h>.
	[__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
	conditional variable definition.
	(__futimes): Update comment.
	(__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
	(__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
2014-06-25 11:36:10 +00:00
..
2014-06-13 13:15:28 -07:00
2014-06-21 00:58:56 +00:00
2014-06-23 15:48:42 +00:00
2014-05-14 11:06:36 -07:00
2014-06-13 13:15:28 -07:00
2014-06-13 13:15:28 -07:00
2014-06-13 13:15:28 -07:00
2013-06-05 20:44:03 +00:00
2014-06-20 20:00:51 +00:00
2014-05-16 11:47:13 -07:00
2014-03-25 15:17:08 +01:00
2014-06-20 20:02:34 +00:00
2014-05-13 09:49:20 -07:00
2014-06-20 20:04:33 +00:00
2014-06-25 11:36:10 +00:00
2014-06-25 11:36:10 +00:00
2014-05-13 09:49:20 -07:00
2014-06-25 11:31:51 +00:00
2013-08-27 10:34:16 -07:00
2014-06-12 10:32:18 -07:00