From 55af970b2481db60d9a5f9c14a1570d0604909cf Mon Sep 17 00:00:00 2001 From: kevans 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 afa3c0703854..3ca58b38e5ff 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 \