File:  [DVB] / dietlibc / libpthread / pthread_sys_msync.c
Revision 1.1: download - view: text, annotated - select for diffs
Mon Aug 18 17:32:53 2003 UTC (20 years, 9 months ago) by sanjiyan
Branches: MAIN
CVS tags: HEAD
- checkin of the new libpthread
- add confstr

#include <unistd.h>
#include <sys/mman.h>

#include <pthread.h>
#include "thread_internal.h"

int msync (void*addr,size_t len,int flags) {
  __TEST_CANCEL();
  return __libc_msync(addr,len,flags);
}

LinuxTV legacy CVS <linuxtv.org/cvs>