Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(33)

Side by Side Diff: src/pkg/syscall/zerrors_freebsd_amd64.go

Issue 164057: code review 164057: 'close' race fixed/suggestions from rcs (Closed)
Patch Set: code review 164057: 'close' race fixed/suggestions from rcs Created 15 years, 4 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 // mkerrors.sh 1 // mkerrors.sh
2 // MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT 2 // MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
3 3
4 // godefs -gsyscall _const.c 4 // godefs -gsyscall _const.c
5 5
6 // MACHINE GENERATED - DO NOT EDIT. 6 // MACHINE GENERATED - DO NOT EDIT.
7 7
8 package syscall 8 package syscall
9 9
10 // Constants 10 // Constants
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 O_NOCTTY = 0x8000; 424 O_NOCTTY = 0x8000;
425 O_NOFOLLOW = 0x100; 425 O_NOFOLLOW = 0x100;
426 O_NONBLOCK = 0x4; 426 O_NONBLOCK = 0x4;
427 O_RDONLY = 0; 427 O_RDONLY = 0;
428 O_RDWR = 0x2; 428 O_RDWR = 0x2;
429 O_SHLOCK = 0x10; 429 O_SHLOCK = 0x10;
430 O_SYNC = 0x80; 430 O_SYNC = 0x80;
431 O_TRUNC = 0x400; 431 O_TRUNC = 0x400;
432 O_TTY_INIT = 0x80000; 432 O_TTY_INIT = 0x80000;
433 O_WRONLY = 0x1; 433 O_WRONLY = 0x1;
434 SHUT_RD = 0x0;
435 SHUT_WR = 0x1;
436 SHUT_RDWR = 0x2;
434 SIGABRT = 0x6; 437 SIGABRT = 0x6;
435 SIGALRM = 0xe; 438 SIGALRM = 0xe;
436 SIGBUS = 0xa; 439 SIGBUS = 0xa;
437 SIGCHLD = 0x14; 440 SIGCHLD = 0x14;
438 SIGCONT = 0x13; 441 SIGCONT = 0x13;
439 SIGEMT = 0x7; 442 SIGEMT = 0x7;
440 SIGFPE = 0x8; 443 SIGFPE = 0x8;
441 SIGHUP = 0x1; 444 SIGHUP = 0x1;
442 SIGILL = 0x4; 445 SIGILL = 0x4;
443 SIGINFO = 0x1d; 446 SIGINFO = 0x1d;
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
619 62: "too many levels of symbolic links", 622 62: "too many levels of symbolic links",
620 55: "no buffer space available", 623 55: "no buffer space available",
621 14: "bad address", 624 14: "bad address",
622 35: "resource temporarily unavailable", 625 35: "resource temporarily unavailable",
623 61: "connection refused", 626 61: "connection refused",
624 17: "file exists", 627 17: "file exists",
625 75: "program version wrong", 628 75: "program version wrong",
626 2: "no such file or directory", 629 2: "no such file or directory",
627 65: "no route to host", 630 65: "no route to host",
628 } 631 }
OLDNEW

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b