diff options
Diffstat (limited to 'eio.c')
-rw-r--r-- | eio.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -985,6 +985,7 @@ eio__pwrite (int fd, void *buf, size_t count, off_t offset) #endif #ifndef HAVE_UTIMES +#include <utime.h> # undef utimes # define utimes(path,times) eio__utimes (path, times) @@ -2149,8 +2150,8 @@ etp_proc_init (void) len = strlen (name); strcpy (name + (len <= namelen - 4 ? len : namelen - 4), "/eio"); prctl (PR_SET_NAME, (unsigned long)name, 0, 0, 0); -} #endif +} X_THREAD_PROC (etp_proc) { |