Changeset 7d9ec2d in rtems


Ignore:
Timestamp:
01/06/02 20:10:04 (22 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
1bab6c6d
Parents:
ab1ed86
Message:

2002-02-05 Ralf Corsepius <corsepiu@…>

  • configure.ac: AC_CONFIG_SRCDIR([src/pthreads.c])
  • src/psignal.c: #include <string.h>.
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/posix/ChangeLog

    rab1ed86 r7d9ec2d  
     12002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * configure.ac: AC_CONFIG_SRCDIR([src/pthreads.c])
     4        * src/psignal.c: #include <string.h>.
     5
    162001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/exec/posix/configure.ac

    rab1ed86 r7d9ec2d  
    55AC_PREREQ(2.52)
    66AC_INIT
    7 AC_CONFIG_SRCDIR([optman])
     7AC_CONFIG_SRCDIR([src/pthread.c])
    88RTEMS_TOP(../../../..)
    99AC_CONFIG_AUX_DIR(../../../..)
  • c/src/exec/posix/src/psignal.c

    rab1ed86 r7d9ec2d  
    1111#include <pthread.h>
    1212#include <signal.h>
     13#include <string.h>     /* memcpy */
    1314
    1415#include <rtems/system.h>
  • cpukit/posix/ChangeLog

    rab1ed86 r7d9ec2d  
     12002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * configure.ac: AC_CONFIG_SRCDIR([src/pthreads.c])
     4        * src/psignal.c: #include <string.h>.
     5
    162001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • cpukit/posix/configure.ac

    rab1ed86 r7d9ec2d  
    55AC_PREREQ(2.52)
    66AC_INIT
    7 AC_CONFIG_SRCDIR([optman])
     7AC_CONFIG_SRCDIR([src/pthread.c])
    88RTEMS_TOP(../../../..)
    99AC_CONFIG_AUX_DIR(../../../..)
  • cpukit/posix/src/psignal.c

    rab1ed86 r7d9ec2d  
    1111#include <pthread.h>
    1212#include <signal.h>
     13#include <string.h>     /* memcpy */
    1314
    1415#include <rtems/system.h>
Note: See TracChangeset for help on using the changeset viewer.