source: rtems/cpukit/posix/src/types.c @ 8d8daef4

4.104.114.95
Last change on this file since 8d8daef4 was 8d8daef4, checked in by Joel Sherrill <joel.sherrill@…>, on 12/13/07 at 15:45:43

2007-12-13 Joel Sherrill <joel.sherrill@…>

  • libcsupport/preinstall.am, posix/preinstall.am, posix/src/aio.c, posix/src/clockgetcpuclockid.c, posix/src/clockgetenableattr.c, posix/src/clockgettime.c, posix/src/clocksetenableattr.c, posix/src/clocksettime.c, posix/src/devctl.c, posix/src/pthreadcreate.c, posix/src/pthreadgetcpuclockid.c, posix/src/types.c, rtems/preinstall.am, sapi/Makefile.am, sapi/preinstall.am, score/Makefile.am, score/preinstall.am: Eliminate POSIX_NOT_IMPLEMENTED(). Return ENOSYS instead.
  • Property mode set to 100644
File size: 307 bytes
Line 
1/*
2 *  This file is the shell of what it initially was and is now misnamed.
3 *
4 *  $Id$
5 */
6
7#if HAVE_CONFIG_H
8#include "config.h"
9#endif
10
11#include <limits.h>
12#include <errno.h>
13#include <string.h>
14#include <sys/types.h>
15
16#include <rtems/system.h>
17#include <rtems/score/object.h>
18#include <rtems/seterr.h>
19
Note: See TracBrowser for help on using the repository browser.