diff options
Diffstat (limited to 'tests/alldts.c')
| -rw-r--r-- | tests/alldts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/alldts.c b/tests/alldts.c index 378aa412..c39b8fb6 100644 --- a/tests/alldts.c +++ b/tests/alldts.c @@ -68,7 +68,7 @@ main (void) (void) __fsetlocking (stdout, FSETLOCKING_BYCALLER); /* Open the file. */ - int fd = open64 (fname, O_RDWR | O_CREAT | O_TRUNC, 0666); + int fd = open (fname, O_RDWR | O_CREAT | O_TRUNC, 0666); if (fd == -1) { printf ("cannot open `%s': %m\n", fname); |
