File:  [DVB] / dietlibc / lib / shmctl.c
Revision 1.3: download - view: text, annotated - select for diffs
Fri Jun 15 16:14:50 2001 UTC (23 years ago) by fefe
Branches: MAIN
CVS tags: finnland_test_200301, branch_rc14_fieldtest_finnland, branch_rc13_fieldtest_finnland, branch_rc12_fieldtest_finnland, branch_rc10_fieldtest_finnland, RELEASE_finnland_200301_1, RC12_FIELDTEST_FINNLAND, RC10_FIELDTEST_FINNLAND, HEAD
start getting rid of kernel headers.

#include <sys/types.h>
#include <sys/ipc.h>
#include <sys/shm.h>

extern int __ipc(int,int,int,int,void*);

int shmctl(int shmid, int cmd, struct shmid_ds *buf) {
  return __ipc(SHMCTL,shmid,cmd,0,buf);
}

LinuxTV legacy CVS <linuxtv.org/cvs>