Explorar el Código

rename to match glibc

Mike Frysinger hace 20 años
padre
commit
3c8b8f84e0
Se han modificado 2 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      test/unistd/Makefile
  2. 0 0
      test/unistd/tst-preadwrite.c

+ 1 - 1
test/unistd/Makefile

@@ -1,7 +1,7 @@
 # uClibc unistd tests
 # Licensed under the GNU Library General Public License, see COPYING.LIB
 
-TESTS := clone errno fork getcwd getopt getopt_long preadwrite tstgetopt vfork
+TESTS := clone errno fork getcwd getopt getopt_long tst-preadwrite tstgetopt vfork
 
 include ../Test.mak
 

+ 0 - 0
test/unistd/preadwrite.c → test/unistd/tst-preadwrite.c