diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 2 | ||||
-rw-r--r-- | misc/Versions | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile index b9c5ee6..ce037ba 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -47,7 +47,7 @@ routines := brk sbrk sstk ioctl \ gtty stty \ ptrace \ fstab mntent mntent_r \ - utimes \ + utimes lutimes futimes \ truncate ftruncate truncate64 ftruncate64 \ chflags fchflags \ insremque getttyent getusershell getpass ttyslot \ diff --git a/misc/Versions b/misc/Versions index 477b1b0..08834ca 100644 --- a/misc/Versions +++ b/misc/Versions @@ -111,6 +111,7 @@ libc { GLIBC_2.3 { # f* fgetxattr; flistxattr; fremovexattr; fsetxattr; + futimes; # g* getxattr; @@ -118,6 +119,7 @@ libc { # l* listxattr; lgetxattr; llistxattr; lremovexattr; lsetxattr; + lutimes; # r* removexattr; |