diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-26 19:42:20 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-26 19:42:20 (GMT) |
commit | efeae981600cc17e5c9b076cf767c7e9a1efcfd8 (patch) | |
tree | 0ccbd8c5625ed6f1c511e8a001f9428dc9f1d212 /unix/tclUnixPort.h | |
parent | 4ff4797d7f983f119eb1f4df6b88bcf5850331a9 (diff) | |
parent | cd9e8f06c4f0e83231558995f26f7c02bdab2ac9 (diff) | |
download | tcl-efeae981600cc17e5c9b076cf767c7e9a1efcfd8.zip tcl-efeae981600cc17e5c9b076cf767c7e9a1efcfd8.tar.gz tcl-efeae981600cc17e5c9b076cf767c7e9a1efcfd8.tar.bz2 |
get rid of _ANSI_ARGS_
Diffstat (limited to 'unix/tclUnixPort.h')
-rw-r--r-- | unix/tclUnixPort.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/tclUnixPort.h b/unix/tclUnixPort.h index 0b767d6..5abe602 100644 --- a/unix/tclUnixPort.h +++ b/unix/tclUnixPort.h @@ -259,8 +259,8 @@ MODULE_SCOPE int TclUnixSetBlockingMode(int fd, int mode); #endif #ifdef GETTOD_NOT_DECLARED -EXTERN int gettimeofday _ANSI_ARGS_((struct timeval *tp, - struct timezone *tzp)); +EXTERN int gettimeofday (struct timeval *tp, + struct timezone *tzp); #endif /* @@ -622,7 +622,7 @@ EXTERN struct tm * TclpGmtime(CONST time_t *); # ifdef HAVE_PTHREAD_GETATTR_NP # define TclpPthreadGetAttrs pthread_getattr_np # ifdef GETATTRNP_NOT_DECLARED -EXTERN int pthread_getattr_np _ANSI_ARGS_((pthread_t, pthread_attr_t *)); +EXTERN int pthread_getattr_np (pthread_t, pthread_attr_t *); # endif # endif /* HAVE_PTHREAD_GETATTR_NP */ # endif /* HAVE_PTHREAD_ATTR_GET_NP */ |