authorgravatar for 3811822-hoanga@users.noreply.gitlab.comAl Hoang <3811822-hoanga@users.noreply.gitlab.com> 2021-11-01 19:59:18-05:00
committergravatar for 3811822-hoanga@users.noreply.gitlab.comAl Hoang <3811822-hoanga@users.noreply.gitlab.com> 2021-11-15 00:29:27-06:00
log59e91f4b25a54228257336ba777a15d09c106396
treefdc14dbeee60c0a479522264a63dba57296bb22b
parent426f54026bed049cfd40839a8b432c2892fc8212

ensure zig fmt


1 files changed, 1 insertions(+), 4 deletions(-)

lib/std/c/haiku.zig+1-4
......@@ -446,7 +446,6 @@ pub const MAP = struct {
446446 pub const ANON = 0x0008;
447447 pub const ANONYMOUS = ANON;
448448 pub const FILE = 0;
449
450449};
451450
452451pub const W = struct {
......@@ -570,7 +569,6 @@ pub const O = struct {
570569 pub const RDWR = 0x0002;
571570 pub const ACCMODE = 0x0003;
572571
573
574572 pub const CREAT = 0x0200;
575573 pub const EXCL = 0x0800;
576574 pub const NOCTTY = 0x8000;
......@@ -1439,5 +1437,4 @@ pub const termios = extern struct {
14391437 cc_t: [NCCS]cc_t,
14401438};
14411439
1442pub const MSG_NOSIGNAL = 0x0800;
1443
1440pub const MSG_NOSIGNAL = 0x0800;