Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: fix some compile errors #141

Closed
wants to merge 1 commit into from
Closed

build: fix some compile errors #141

wants to merge 1 commit into from

Conversation

shiptux
Copy link

@shiptux shiptux commented Dec 17, 2021

src/pty.c:

SIGUNUSED -> SIGSYS

The SIGUNUSED define (31) has been removed as part of glibc 2.26, which is used in Fedora 27 and Ubuntu 17.10.
https://bugs.swift.org/browse/SR-6409

src/uterm_vt.c:

Add sys/sysmacros.h

minor was defined in sys/sysmacros.h. So i add the header file uterm_vt.c.

src/pty.c:

SIGUNUSED -> SIGSYS

The SIGUNUSED define (31) has been removed as part of glibc 2.26, which is used in Fedora 27 and Ubuntu 17.10.
https://bugs.swift.org/browse/SR-6409

src/uterm_vt.c:

Add sys/sysmacros.h

minor was defined in sys/sysmacros.h. So i add the header file uterm_vt.c.
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant