|
538 | 538 | \indexlibraryglobal{ENETUNREACH}%
|
539 | 539 | \indexlibraryglobal{ENFILE}%
|
540 | 540 | \indexlibraryglobal{ENOBUFS}%
|
541 |
| -\indexlibraryglobal{ENODATA}% |
542 | 541 | \indexlibraryglobal{ENODEV}%
|
543 | 542 | \indexlibraryglobal{ENOENT}%
|
544 | 543 | \indexlibraryglobal{ENOEXEC}%
|
|
548 | 547 | \indexlibraryglobal{ENOMSG}%
|
549 | 548 | \indexlibraryglobal{ENOPROTOOPT}%
|
550 | 549 | \indexlibraryglobal{ENOSPC}%
|
551 |
| -\indexlibraryglobal{ENOSR}% |
552 |
| -\indexlibraryglobal{ENOSTR}% |
553 | 550 | \indexlibraryglobal{ENOSYS}%
|
554 | 551 | \indexlibraryglobal{ENOTCONN}%
|
555 | 552 | \indexlibraryglobal{ENOTDIR}%
|
|
571 | 568 | \indexlibraryglobal{EROFS}%
|
572 | 569 | \indexlibraryglobal{ESPIPE}%
|
573 | 570 | \indexlibraryglobal{ESRCH}%
|
574 |
| -\indexlibraryglobal{ETIME}% |
575 | 571 | \indexlibraryglobal{ETIMEDOUT}%
|
576 | 572 | \indexlibraryglobal{ETXTBSY}%
|
577 | 573 | \indexlibraryglobal{EWOULDBLOCK}%
|
|
619 | 615 | #define ENETUNREACH @\seebelow@
|
620 | 616 | #define ENFILE @\seebelow@
|
621 | 617 | #define ENOBUFS @\seebelow@
|
622 |
| -#define ENODATA @\seebelow@ |
623 | 618 | #define ENODEV @\seebelow@
|
624 | 619 | #define ENOENT @\seebelow@
|
625 | 620 | #define ENOEXEC @\seebelow@
|
|
629 | 624 | #define ENOMSG @\seebelow@
|
630 | 625 | #define ENOPROTOOPT @\seebelow@
|
631 | 626 | #define ENOSPC @\seebelow@
|
632 |
| -#define ENOSR @\seebelow@ |
633 |
| -#define ENOSTR @\seebelow@ |
634 | 627 | #define ENOSYS @\seebelow@
|
635 | 628 | #define ENOTCONN @\seebelow@
|
636 | 629 | #define ENOTDIR @\seebelow@
|
|
652 | 645 | #define EROFS @\seebelow@
|
653 | 646 | #define ESPIPE @\seebelow@
|
654 | 647 | #define ESRCH @\seebelow@
|
655 |
| -#define ETIME @\seebelow@ |
656 | 648 | #define ETIMEDOUT @\seebelow@
|
657 | 649 | #define ETXTBSY @\seebelow@
|
658 | 650 | #define EWOULDBLOCK @\seebelow@
|
|
750 | 742 | no_child_process, // \tcode{ECHILD}
|
751 | 743 | no_link, // \tcode{ENOLINK}
|
752 | 744 | no_lock_available, // \tcode{ENOLCK}
|
753 |
| - no_message_available, // \tcode{ENODATA} |
754 | 745 | no_message, // \tcode{ENOMSG}
|
755 | 746 | no_protocol_option, // \tcode{ENOPROTOOPT}
|
756 | 747 | no_space_on_device, // \tcode{ENOSPC}
|
757 |
| - no_stream_resources, // \tcode{ENOSR} |
758 | 748 | no_such_device_or_address, // \tcode{ENXIO}
|
759 | 749 | no_such_device, // \tcode{ENODEV}
|
760 | 750 | no_such_file_or_directory, // \tcode{ENOENT}
|
761 | 751 | no_such_process, // \tcode{ESRCH}
|
762 | 752 | not_a_directory, // \tcode{ENOTDIR}
|
763 | 753 | not_a_socket, // \tcode{ENOTSOCK}
|
764 |
| - not_a_stream, // \tcode{ENOSTR} |
765 | 754 | not_connected, // \tcode{ENOTCONN}
|
766 | 755 | not_enough_memory, // \tcode{ENOMEM}
|
767 | 756 | not_supported, // \tcode{ENOTSUP}
|
|
779 | 768 | resource_unavailable_try_again, // \tcode{EAGAIN}
|
780 | 769 | result_out_of_range, // \tcode{ERANGE}
|
781 | 770 | state_not_recoverable, // \tcode{ENOTRECOVERABLE}
|
782 |
| - stream_timeout, // \tcode{ETIME} |
783 | 771 | text_file_busy, // \tcode{ETXTBSY}
|
784 | 772 | timed_out, // \tcode{ETIMEDOUT}
|
785 | 773 | too_many_files_open_in_system, // \tcode{ENFILE}
|
|
0 commit comments