diff options
author | Albert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr> | 2017-09-08 00:41:57 +0200 |
---|---|---|
committer | Albert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr> | 2018-06-13 09:06:53 +0200 |
commit | fc4ca9141774aa3e79225a9977c74eb980d4ce91 (patch) | |
tree | 3fe91b32b7d1a4718d53ec1aefa546fab6023d9b /misc/Makefile | |
parent | 1b8e0003e496815399f38dd4c44fbcdfdbae3cb5 (diff) | |
download | glibc-fc4ca9141774aa3e79225a9977c74eb980d4ce91.tar.gz |
Y2038: add function __utimes64
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile index 027a395ccb..d5cbc630bf 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -71,7 +71,7 @@ routines := brk sbrk sstk ioctl \ fgetxattr flistxattr fremovexattr fsetxattr getxattr \ listxattr lgetxattr llistxattr lremovexattr lsetxattr \ removexattr setxattr getauxval ifunc-impl-list makedev \ - allocate_once y2038-support + allocate_once y2038-support utimes64 generated += tst-error1.mtrace tst-error1-mem.out \ tst-allocate_once.mtrace tst-allocate_once-mem.out |