| Index: fusl/include/sys/timerfd.h
|
| diff --git a/fusl/include/sys/timerfd.h b/fusl/include/sys/timerfd.h
|
| index 9724d903472c52b5ec4528604816c9601047e317..b9d465340013103cfd1e63aac9aea87d74594aab 100644
|
| --- a/fusl/include/sys/timerfd.h
|
| +++ b/fusl/include/sys/timerfd.h
|
| @@ -16,8 +16,8 @@ extern "C" {
|
| struct itimerspec;
|
|
|
| int timerfd_create(int, int);
|
| -int timerfd_settime(int, int, const struct itimerspec *, struct itimerspec *);
|
| -int timerfd_gettime(int, struct itimerspec *);
|
| +int timerfd_settime(int, int, const struct itimerspec*, struct itimerspec*);
|
| +int timerfd_gettime(int, struct itimerspec*);
|
|
|
| #ifdef __cplusplus
|
| }
|
|
|