Commit cdb63038 authored by Nils Goroll's avatar Nils Goroll

use open64 for intermediate filedescriptor in attropen also

parent f9d156ba
...@@ -391,7 +391,7 @@ creatl64(const char *path, mode_t mode) { ...@@ -391,7 +391,7 @@ creatl64(const char *path, mode_t mode) {
int fd, afd; \ int fd, afd; \
va_list ap; \ va_list ap; \
\ \
fd = openl ## bits (path, O_RDONLY|O_NONBLOCK); \ fd = six4(openl) (path, O_RDONLY|O_NONBLOCK); \
if (fd == -1) \ if (fd == -1) \
return -1; \ return -1; \
\ \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment