Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F143884813
D44107.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D44107.id.diff
View Options
diff --git a/lib/libsys/Makefile.sys b/lib/libsys/Makefile.sys
--- a/lib/libsys/Makefile.sys
+++ b/lib/libsys/Makefile.sys
@@ -12,19 +12,12 @@
# NOASM will prevent the default syscall code from being generated.
# PSEUDO generates _<sys>() and __sys_<sys>() symbols, but not <sys>().
#
-# While historically machine dependent, all architectures have the following
-# declarations in common:
-#
-NOASM= yield.o
-PSEUDO= _exit.o \
- _getlogin.o
.include "${LIBSYS_SRCTOP}/${LIBC_ARCH}/Makefile.sys"
.if ${LIBC_ARCH} == "i386" || ${LIBC_ARCH} == "amd64"
.include "${LIBSYS_SRCTOP}/x86/Makefile.sys"
.endif
SRCS+= clock_gettime.c gettimeofday.c __vdso_gettimeofday.c
-PSEUDO+= _clock_gettime.o _gettimeofday.o
# Sources common to both syscall interfaces:
SRCS+= \
@@ -40,8 +33,6 @@
SRCS+= lockf.c wait.c wait3.c waitpid.c waitid.c
SRCS+= recv.c recvmmsg.c send.c sendmmsg.c
-PSEUDO+= _sched_getcpu.o
-
SRCS+= brk.c
SRCS+= closefrom.c
SRCS+= pipe.c
@@ -59,6 +50,15 @@
STATICOBJS+= auxv.o
.endif
+NOASM= yield.o
+
+PSEUDO= \
+ _clock_gettime.o \
+ _exit.o \
+ _getlogin.o \
+ _gettimeofday.o \
+ _sched_getcpu.o
+
INTERPOSED = \
accept \
accept4 \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Feb 2, 12:23 PM (29 m, 17 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28413200
Default Alt Text
D44107.id.diff (1 KB)
Attached To
Mode
D44107: libsys: consolidate PSEUDO definitions
Attached
Detach File
Event Timeline
Log In to Comment