summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sys/syscall.h2
-rw-r--r--include/time.h1
2 files changed, 1 insertions, 2 deletions
diff --git a/include/sys/syscall.h b/include/sys/syscall.h
index c86135a3..901941aa 100644
--- a/include/sys/syscall.h
+++ b/include/sys/syscall.h
@@ -4,7 +4,7 @@
extern "C" {
#endif
-long __syscall_ret(long);
+long __syscall_ret(unsigned long);
long __syscall(long, ...);
long syscall(long, ...);
diff --git a/include/time.h b/include/time.h
index 5b1ea91f..557c8f4b 100644
--- a/include/time.h
+++ b/include/time.h
@@ -85,7 +85,6 @@ int clock_settime (clockid_t, const struct timespec *);
int clock_nanosleep (clockid_t, int, const struct timespec *, struct timespec *);
int clock_getcpuclockid (pid_t, clockid_t *);
-/* FIXME..?? */
struct sigevent;
int timer_create (clockid_t, struct sigevent *, timer_t *);
int timer_delete (timer_t);