git: kernel - Remove libc shm shims

看板DFBSD_commit作者時間14年前 (2011/10/29 10:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit e373654cc141918a64a6a3acf7b41905c492e890 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Fri Oct 28 18:53:26 2011 -0700 kernel - Remove libc shm shims * Remove the shims so the new system calls are used instead of shmsys(). Summary of changes: lib/libc/gen/Makefile.inc | 2 +- lib/libc/gen/shmat.c | 14 -------------- lib/libc/gen/shmctl.c | 13 ------------- lib/libc/gen/shmdt.c | 13 ------------- lib/libc/gen/shmget.c | 13 ------------- lib/libc/i386/sys/Makefile.inc | 2 +- 6 files changed, 2 insertions(+), 55 deletions(-) delete mode 100644 lib/libc/gen/shmat.c delete mode 100644 lib/libc/gen/shmctl.c delete mode 100644 lib/libc/gen/shmdt.c delete mode 100644 lib/libc/gen/shmget.c http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e373654cc141918a64a6a3acf7b41905c492e890 -- DragonFly BSD source repository
文章代碼(AID): #1EgrvaWQ (DFBSD_commit)