Date: Fri, 1 Nov 2024 15:45:38 GMT From: Brooks Davis <brooks@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 59a8b439aca5 - main - libsys: remove yield special case Message-ID: <202411011545.4A1Fjcto029172@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by brooks: URL: https://cgit.FreeBSD.org/src/commit/?id=59a8b439aca5e6ef3c603f3f9814cdbd234d4947 commit 59a8b439aca5e6ef3c603f3f9814cdbd234d4947 Author: Brooks Davis <brooks@FreeBSD.org> AuthorDate: 2024-10-30 22:55:36 +0000 Commit: Brooks Davis <brooks@FreeBSD.org> CommitDate: 2024-11-01 15:45:04 +0000 libsys: remove yield special case Reviewed by: emaste Pull Request: https://github.com/freebsd/freebsd-src/pull/1503 --- lib/libsys/Makefile.sys | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/libsys/Makefile.sys b/lib/libsys/Makefile.sys index 04795445a374..87290a17820a 100644 --- a/lib/libsys/Makefile.sys +++ b/lib/libsys/Makefile.sys @@ -49,8 +49,6 @@ STATICOBJS+= auxv.o STATICOBJS+= interposing_table.o .endif -NOASM= yield.o - PSEUDO= \ clock_gettime \ exit \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411011545.4A1Fjcto029172>