File tree Expand file tree Collapse file tree 4 files changed +21
-6
lines changed Expand file tree Collapse file tree 4 files changed +21
-6
lines changed Original file line number Diff line number Diff line change @@ -302,6 +302,13 @@ pub const SIG_UNBLOCK: ::c_int = 0x01;
302
302
303
303
pub const RUSAGE_CHILDREN : :: c_int = -1 ;
304
304
305
+ pub const LC_PAPER : :: c_int = 7 ;
306
+ pub const LC_NAME : :: c_int = 8 ;
307
+ pub const LC_ADDRESS : :: c_int = 9 ;
308
+ pub const LC_TELEPHONE : :: c_int = 10 ;
309
+ pub const LC_MEASUREMENT : :: c_int = 11 ;
310
+ pub const LC_IDENTIFICATION : :: c_int = 12 ;
311
+
305
312
pub const MAP_ANON : :: c_int = 0x0020 ;
306
313
pub const MAP_ANONYMOUS : :: c_int = 0x0020 ;
307
314
pub const MAP_GROWSDOWN : :: c_int = 0x0100 ;
Original file line number Diff line number Diff line change @@ -294,6 +294,13 @@ pub const EOWNERDEAD: ::c_int = 165;
294
294
pub const ENOTRECOVERABLE : :: c_int = 166 ;
295
295
pub const ERFKILL : :: c_int = 167 ;
296
296
297
+ pub const LC_PAPER : :: c_int = 7 ;
298
+ pub const LC_NAME : :: c_int = 8 ;
299
+ pub const LC_ADDRESS : :: c_int = 9 ;
300
+ pub const LC_TELEPHONE : :: c_int = 10 ;
301
+ pub const LC_MEASUREMENT : :: c_int = 11 ;
302
+ pub const LC_IDENTIFICATION : :: c_int = 12 ;
303
+
297
304
pub const MAP_NORESERVE : :: c_int = 0x400 ;
298
305
pub const MAP_ANON : :: c_int = 0x800 ;
299
306
pub const MAP_ANONYMOUS : :: c_int = 0x800 ;
Original file line number Diff line number Diff line change @@ -143,6 +143,13 @@ pub const O_FSYNC: ::c_int = 0x101000;
143
143
144
144
pub const SOCK_NONBLOCK : :: c_int = O_NONBLOCK ;
145
145
146
+ pub const LC_PAPER : :: c_int = 7 ;
147
+ pub const LC_NAME : :: c_int = 8 ;
148
+ pub const LC_ADDRESS : :: c_int = 9 ;
149
+ pub const LC_TELEPHONE : :: c_int = 10 ;
150
+ pub const LC_MEASUREMENT : :: c_int = 11 ;
151
+ pub const LC_IDENTIFICATION : :: c_int = 12 ;
152
+
146
153
pub const MAP_ANON : :: c_int = 0x0020 ;
147
154
pub const MAP_ANONYMOUS : :: c_int = 0x0020 ;
148
155
pub const MAP_GROWSDOWN : :: c_int = 0x0100 ;
Original file line number Diff line number Diff line change @@ -278,12 +278,6 @@ pub const LC_COLLATE: ::c_int = 3;
278
278
pub const LC_MONETARY : :: c_int = 4 ;
279
279
pub const LC_MESSAGES : :: c_int = 5 ;
280
280
pub const LC_ALL : :: c_int = 6 ;
281
- pub const LC_PAPER : :: c_int = 7 ;
282
- pub const LC_NAME : :: c_int = 8 ;
283
- pub const LC_ADDRESS : :: c_int = 9 ;
284
- pub const LC_TELEPHONE : :: c_int = 10 ;
285
- pub const LC_MEASUREMENT : :: c_int = 11 ;
286
- pub const LC_IDENTIFICATION : :: c_int = 12 ;
287
281
288
282
pub const MAP_FILE : :: c_int = 0x0000 ;
289
283
pub const MAP_SHARED : :: c_int = 0x0001 ;
You can’t perform that action at this time.
0 commit comments