OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [newlib-1.18.0/] [newlib/] [libc/] [sys/] [linux/] [mq_notify.c] - Rev 207

Compare with Previous | Blame | View Log

/* Copyright 2002, Red Hat Inc. */
 
#include <mqueue.h>
#include <errno.h>
#include <machine/weakalias.h>
 
#include "mqlocal.h"
 
int
__libc_mq_notify (mqd_t msgid, const struct sigevent *notification)
{
  errno = ENOSYS;
  return -1;
}
weak_alias (__libc_mq_notify, mq_notify)
 
 
 
 
 
 
 
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.