chiark / gitweb /
eglibc (2.11.3-4+deb6u3) squeeze-lts; urgency=medium
[eglibc.git] / ports / sysdeps / unix / sysv / sysv4 / solaris2 / sparc / errlist.c
1 /* Copyright (C) 1999 Free Software Foundation, Inc.
2    This file is part of the GNU C Library.
3
4    The GNU C Library is free software; you can redistribute it and/or
5    modify it under the terms of the GNU Lesser General Public
6    License as published by the Free Software Foundation; either
7    version 2.1 of the License, or (at your option) any later version.
8
9    The GNU C Library is distributed in the hope that it will be useful,
10    but WITHOUT ANY WARRANTY; without even the implied warranty of
11    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12    Lesser General Public License for more details.
13
14    You should have received a copy of the GNU Lesser General Public
15    License along with the GNU C Library; if not, write to the Free
16    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
17    02111-1307 USA.  */
18
19 #include <stddef.h>
20 #include <libintl.h>
21
22
23 /* This is a list of all known `errno' codes.  */
24
25
26 const int _sys_nerr = 152;
27
28 const char *const _sys_errlist[] =
29 {
30   N_("Error 0"),
31   N_("Not owner"),
32   N_("No such file or directory"),
33   N_("No such process"),
34   N_("Interrupted system call"),
35   N_("I/O error"),
36   N_("No such device or address"),
37   N_("Arg list too long"),
38   N_("Exec format error"),
39   N_("Bad file number"),
40   N_("No child processes"),
41   N_("Resource temporarily unavailable"),
42   N_("Not enough space"),
43   N_("Permission denied"),
44   N_("Bad address"),
45   N_("Block device required"),
46   N_("Device busy"),
47   N_("File exists"),
48   N_("Cross-device link"),
49   N_("No such device"),
50   N_("Not a directory"),
51   N_("Is a directory"),
52   N_("Invalid argument"),
53   N_("File table overflow"),
54   N_("Too many open files"),
55   N_("Inappropriate ioctl for device"),
56   N_("Text file busy"),
57   N_("File too large"),
58   N_("No space left on device"),
59   N_("Illegal seek"),
60   N_("Read-only file system"),
61   N_("Too many links"),
62   N_("Broken pipe"),
63   N_("Argument out of domain"),
64   N_("Result too large"),
65   N_("No message of desired type"),
66   N_("Identifier removed"),
67   N_("Channel number out of range"),
68   N_("Level 2 not synchronized"),
69   N_("Level 3 halted"),
70   N_("Level 3 reset"),
71   N_("Link number out of range"),
72   N_("Protocol driver not attached"),
73   N_("No CSI structure available"),
74   N_("Level 2 halted"),
75   N_("Deadlock situation detected/avoided"),
76   N_("No record locks available"),
77   N_("Operation canceled"),
78   N_("Operation not supported"),
79   N_("Disc quota exceeded"),
80   N_("Bad exchange descriptor"),
81   N_("Bad request descriptor"),
82   N_("Message tables full"),
83   N_("Anode table overflow"),
84   N_("Bad request code"),
85   N_("Invalid slot"),
86   N_("File locking deadlock"),
87   N_("Bad font file format"),
88   N_("Error 58"),
89   N_("Error 59"),
90   N_("Not a stream device"),
91   N_("No data available"),
92   N_("Timer expired"),
93   N_("Out of stream resources"),
94   N_("Machine is not on the network"),
95   N_("Package not installed"),
96   N_("Object is remote"),
97   N_("Link has been severed"),
98   N_("Advertise error"),
99   N_("Srmount error"),
100   N_("Communication error on send"),
101   N_("Protocol error"),
102   N_("Error 72"),
103   N_("Error 73"),
104   N_("Multihop attempted"),
105   N_("Error 75"),
106   N_("Error 76"),
107   N_("Not a data message"),
108   N_("File name too long"),
109   N_("Value too large for defined data type"),
110   N_("Name not unique on network"),
111   N_("File descriptor in bad state"),
112   N_("Remote address changed"),
113   N_("Can not access a needed shared library"),
114   N_("Accessing a corrupted shared library"),
115   N_(".lib section in a.out corrupted"),
116   N_("Attempting to link in more shared libraries than system limit"),
117   N_("Can not exec a shared library directly"),
118   N_("Illegal byte sequence"),
119   N_("Operation not applicable"),
120   N_("Number of symbolic links encountered during path name traversal exceeds MAXSYMLINKS"),
121   N_("Error 91"),
122   N_("Error 92"),
123   N_("Directory not empty"),
124   N_("Too many users"),
125   N_("Socket operation on non-socket"),
126   N_("Destination address required"),
127   N_("Message too long"),
128   N_("Protocol wrong type for socket"),
129   N_("Option not supported by protocol"),
130   N_("Error 100"),
131   N_("Error 101"),
132   N_("Error 102"),
133   N_("Error 103"),
134   N_("Error 104"),
135   N_("Error 105"),
136   N_("Error 106"),
137   N_("Error 107"),
138   N_("Error 108"),
139   N_("Error 109"),
140   N_("Error 110"),
141   N_("Error 111"),
142   N_("Error 112"),
143   N_("Error 113"),
144   N_("Error 114"),
145   N_("Error 115"),
146   N_("Error 116"),
147   N_("Error 117"),
148   N_("Error 118"),
149   N_("Error 119"),
150   N_("Protocol not supported"),
151   N_("Socket type not supported"),
152   N_("Operation not supported on transport endpoint"),
153   N_("Protocol family not supported"),
154   N_("Address family not supported by protocol family"),
155   N_("Address already in use"),
156   N_("Cannot assign requested address"),
157   N_("Network is down"),
158   N_("Network is unreachable"),
159   N_("Network dropped connection because of reset"),
160   N_("Software caused connection abort"),
161   N_("Connection reset by peer"),
162   N_("No buffer space available"),
163   N_("Transport endpoint is already connected"),
164   N_("Transport endpoint is not connected"),
165   N_("Structure needs cleaning"),
166   N_("Error 136"),
167   N_("Not a name file"),
168   N_("Not available"),
169   N_("Is a name file"),
170   N_("Remote I/O error"),
171   N_("Reserved for future use"),
172   N_("Error 142"),
173   N_("Cannot send after socket shutdown"),
174   N_("Too many references: cannot splice"),
175   N_("Connection timed out"),
176   N_("Connection refused"),
177   N_("Host is down"),
178   N_("No route to host"),
179   N_("Operation already in progress"),
180   N_("Operation now in progress"),
181   N_("Stale NFS file handle")
182 };
183
184 weak_alias (_sys_errlist, sys_errlist)
185 weak_alias (_sys_nerr, sys_nerr)