epoc32/include/stdapis/stdlib.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
     1.1 --- a/epoc32/include/stdapis/stdlib.h	Wed Mar 31 12:27:01 2010 +0100
     1.2 +++ b/epoc32/include/stdapis/stdlib.h	Wed Mar 31 12:33:34 2010 +0100
     1.3 @@ -1,6 +1,5 @@
     1.4  /*-
     1.5   * Copyright (c) 1990, 1993
     1.6 - * © Portions copyright (c) 2006 Symbian Software Ltd. All rights reserved.
     1.7  
     1.8   *	The Regents of the University of California.  All rights reserved.
     1.9   *
    1.10 @@ -30,8 +29,7 @@
    1.11   *
    1.12   *	@(#)stdlib.h	8.5 (Berkeley) 5/19/95
    1.13   * $FreeBSD: src/include/stdlib.h,v 1.57 2005/01/09 03:55:12 tjr Exp $
    1.14 - * © Portions copyright (c) 2007 Symbian Software Ltd. All rights reserved.
    1.15 - * © Portions copyright (c) 2006 Nokia Corporation.  All rights reserved.
    1.16 + * Portions Copyright (c) 2006-2007 Nokia Corporation and/or its subsidiary(-ies).All rights reserved.
    1.17   */
    1.18  
    1.19  #ifndef _STDLIB_H_
    1.20 @@ -226,6 +224,11 @@
    1.21  /* long	 a64l(const char *); */
    1.22  #ifndef _MKSTEMP_DECLARED
    1.23  IMPORT_C int	 mkstemp(char *);
    1.24 +
    1.25 +#if defined(SYMBIAN_OE_LARGE_FILE_SUPPORT) && !defined(SYMBIAN_OE_NO_LFS)
    1.26 +#define mkstemp64 mkstemp
    1.27 +#endif /* SYMBIAN_OE_LARGE_FILE_SUPPORT && !SYMBIAN_OE_NO_LFS */
    1.28 +
    1.29  #define	_MKSTEMP_DECLARED
    1.30  #endif
    1.31  IMPORT_C int	 putenv(const char *);