git: 59a8b439aca5 - main - libsys: remove yield special case
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 01 Nov 2024 15:45:38 UTC
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 \