git: kernel - Remove libc shm shims

Matthew Dillon dillon at crater.dragonflybsd.org
Fri Oct 28 18:56:08 PDT 2011


commit e373654cc141918a64a6a3acf7b41905c492e890
Author: Matthew Dillon <dillon at 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





More information about the Commits mailing list