From 9ccd2fde4c93ff78c069cddd88f4ba555a8d7ea3 Mon Sep 17 00:00:00 2001 From: Kyle Evans Date: Wed, 25 Sep 2019 18:04:09 +0000 Subject: [PATCH] Adjust Makefile.inc1 syscall sub commit --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index afa3c070385..3ca58b38e5f 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -947,7 +947,7 @@ _cleanobj_fast_depend_hack: .PHONY # Syscall stubs rewritten in C and obsolete MD assembly implementations # Date SVN Rev Syscalls # 20180604 r334626 brk sbrk -# 20190916 r35XXXX shm_open +# 20190916 r352703 shm_open .for f in brk sbrk shm_open @if [ -e "${OBJTOP}/lib/libc/.depend.${f}.o" ] && \ egrep -qw '${f}\.[sS]' ${OBJTOP}/lib/libc/.depend.${f}.o; then \