DragonFly commits List (threaded) for 2011-10
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: kernel - Remove libc shm shims
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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]