diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-07-21 11:42:31 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-07-21 11:58:16 +0200 |
commit | 8a40aff86ba5f64a3a84883e539cb67bd48db030 (patch) | |
tree | a780670b42c8cb18516bb7e952971292e0780978 /io/Makefile | |
parent | 82c395d91ea4f69120d453aeec398e3042cad5fc (diff) | |
download | glibc-8a40aff86ba5f64a3a84883e539cb67bd48db030.tar glibc-8a40aff86ba5f64a3a84883e539cb67bd48db030.tar.gz glibc-8a40aff86ba5f64a3a84883e539cb67bd48db030.tar.bz2 glibc-8a40aff86ba5f64a3a84883e539cb67bd48db030.zip |
io: Add time64 alias for fcntl
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'io/Makefile')
-rw-r--r-- | io/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/io/Makefile b/io/Makefile index ebb7d56d67..9871ecbc74 100644 --- a/io/Makefile +++ b/io/Makefile @@ -90,6 +90,8 @@ tests-time64 := \ tst-utime-time64 \ tst-utimensat-time64 \ tst-utimes-time64 \ + tst-fcntl-time64 \ + # tests-time64 # Likewise for statx, but we do not need static linking here. tests-internal += tst-statx tst-file_change_detection |