Skip to content

Commit

Permalink
POSIX: Don't include unused symbols in the version control.
Browse files Browse the repository at this point in the history
* src/libnpth.vers: Remove npth_sigmask and npth_sigwait symbols.

--

Reported-by: MaskRay (Fangrui Song)
Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
  • Loading branch information
NIIBE Yutaka committed Jan 17, 2023
1 parent 3939b86 commit bd356d8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/libnpth.vers
Expand Up @@ -38,8 +38,6 @@ NPTH_1.0 {
npth_sleep;
npth_waitpid;
npth_system;
npth_sigmask;
npth_sigwait;
npth_connect;
npth_accept;
npth_select;
Expand Down

0 comments on commit bd356d8

Please sign in to comment.