Skip to content
Snippets Groups Projects
Commit 7b6d5c42 authored by Jean-Philippe Baud's avatar Jean-Philippe Baud Committed by Steven Murray
Browse files

add RFIO64 support

parent 672866ec
No related branches found
No related tags found
No related merge requests found
/*
* $Id: osdep.h,v 1.15 2002/03/06 13:49:30 jdurand Exp $
* $Id: osdep.h,v 1.16 2002/11/19 09:04:52 baud Exp $
*/
/*
* Copyright (C) 1990-2001 by CERN/IT/PDP/IP
* Copyright (C) 1990-2002 by CERN/IT/PDP/IP
* All rights reserved
*/
/*
* @(#)$RCSfile: osdep.h,v $ $Revision: 1.15 $ $Date: 2002/03/06 13:49:30 $ CERN IT-PDP/IP Frederic Hemmer
* @(#)$RCSfile: osdep.h,v $ $Revision: 1.16 $ $Date: 2002/11/19 09:04:52 $ CERN IT-PDP/IP Frederic Hemmer
*/
/* osdep.h Operating system dependencies */
......@@ -146,4 +146,11 @@ typedef U_HYPER TIME_T;
#endif
#endif
#if defined(__alpha) && defined(__osf__)
#define off64_t off_t
#endif
#if defined(_WIN32)
#define off64_t __int64
#endif
#endif /* _OSDEP_H_INCLUDED_ */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment