comparison packages/error/current/include/pkgconf/error.h @ 2:443894e2e912 ecos-v1_2_1-release

Block commit of eCos version 1.2.1
author jlarmour
date Tue, 11 May 1999 12:24:34 +0000
parents 3111d98ba7b3
children c38311975d4f
comparison
equal deleted inserted replaced
1:72f549f0d891 2:443894e2e912
22 // 22 //
23 // The Original Code is eCos - Embedded Cygnus Operating System, released 23 // The Original Code is eCos - Embedded Cygnus Operating System, released
24 // September 30, 1998. 24 // September 30, 1998.
25 // 25 //
26 // The Initial Developer of the Original Code is Cygnus. Portions created 26 // The Initial Developer of the Original Code is Cygnus. Portions created
27 // by Cygnus are Copyright (C) 1998 Cygnus Solutions. All Rights Reserved. 27 // by Cygnus are Copyright (C) 1998,1999 Cygnus Solutions. All Rights Reserved.
28 // ------------------------------------------- 28 // -------------------------------------------
29 // 29 //
30 //####COPYRIGHTEND#### 30 //####COPYRIGHTEND####
31 //=========================================================================== 31 //===========================================================================
32 //#####DESCRIPTIONBEGIN#### 32 //#####DESCRIPTIONBEGIN####
33 // 33 //
34 // Author(s): jlarmour@cygnus.co.uk 34 // Author(s): jlarmour
35 // Contributors: jlarmour@cygnus.co.uk 35 // Contributors: jlarmour
36 // Date: 1998-06-11 36 // Date: 1998-06-11
37 // Purpose: To configure the Common error package 37 // Purpose: To configure the Common error package
38 // Description: Does any necessary configuration of the Common error package 38 // Description: Does any necessary configuration of the Common error package
39 // Usage: #include <pkgconf/error.h> 39 // Usage: #include <pkgconf/error.h>
40 // #ifdef CYGPKG_ERROR 40 // #ifdef CYGPKG_ERROR
63 having its own conventions for error/status 63 having its own conventions for error/status
64 reporting. The error codes are modelled on the 64 reporting. The error codes are modelled on the
65 POSIX style naming e.g. EINVAL etc. This package 65 POSIX style naming e.g. EINVAL etc. This package
66 also provides the standard strerror() function to 66 also provides the standard strerror() function to
67 convert error codes to textual representation." 67 convert error codes to textual representation."
68 doc ref/ecos-ref/p-cygpkg-error.html
68 type bool 69 type bool
69 } 70 }
70 71
71 }}CFG_DATA 72 }}CFG_DATA
72 */ 73 */