Update x86_64 ULPs (AMD Family 10h)
[jlayton/glibc.git] / io / Makefile
index bbe989aebfa1147853f780307044e2cdd38c8318..19d3a6b11342c4d354762db1577ee1f13b976c01 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 1992-2013 Free Software Foundation, Inc.
+# Copyright (C) 1992-2014 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 
 # The GNU C Library is free software; you can redistribute it and/or
@@ -36,10 +36,10 @@ routines :=                                                         \
        statvfs fstatvfs statvfs64 fstatvfs64                           \
        umask chmod fchmod lchmod fchmodat                              \
        mkdir mkdirat                                                   \
-       open open64 openat openat64 close                               \
+       open open_2 open64 open64_2 openat openat_2 openat64 openat64_2 \
        read write lseek lseek64 access euidaccess faccessat            \
        fcntl flock lockf lockf64                                       \
-       dup dup2 dup3 pipe pipe2                                        \
+       close dup dup2 dup3 pipe pipe2                                  \
        creat creat64                                                   \
        chdir fchdir                                                    \
        getcwd getwd getdirname                                         \
@@ -104,5 +104,5 @@ ifeq ($(run-built-tests),yes)
 tests: $(objpfx)ftwtest.out
 
 $(objpfx)ftwtest.out: ftwtest-sh $(objpfx)ftwtest
-       $(SHELL) $< $(common-objpfx) '$(built-program-cmd)' > $@
+       $(SHELL) $< $(common-objpfx) '$(test-program-cmd)' > $@
 endif