diff options
Diffstat (limited to 'libjava/include/posix.h')
-rw-r--r-- | libjava/include/posix.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libjava/include/posix.h b/libjava/include/posix.h index e7ba317..bbfb0b2 100644 --- a/libjava/include/posix.h +++ b/libjava/include/posix.h @@ -1,6 +1,6 @@ // posix.h -- Helper functions for POSIX-flavored OSs. -/* Copyright (C) 2000 Free Software Foundation +/* Copyright (C) 2000, 2002 Free Software Foundation This file is part of libgcj. @@ -29,4 +29,5 @@ details. */ #endif extern int _Jv_select (int n, fd_set *, fd_set *, fd_set *, struct timeval *); -extern void _Jv_gettimeofday (struct timeval *); +extern void _Jv_platform_gettimeofday (struct timeval *); +extern void _Jv_platform_initialize (void); |