diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2003-10-15 19:57:18 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2003-10-15 19:57:18 +0000 |
commit | b4d51d01c80d7392c73fcc93f5c5146e51ad7685 (patch) | |
tree | 0e8ff7d3d212dbf66f9869c357f5200a8c4fb87f /libgloss/m68k/sim-funcs.c | |
parent | b11926e71714647f6a04745d591960ca03924dea (diff) | |
download | cygnal-b4d51d01c80d7392c73fcc93f5c5146e51ad7685.tar.gz cygnal-b4d51d01c80d7392c73fcc93f5c5146e51ad7685.tar.bz2 cygnal-b4d51d01c80d7392c73fcc93f5c5146e51ad7685.zip |
2003-10-15 Bernardo Innocenti <bernie@develer.com>
* m68k/sim-funcs.c (_XOPEN_SOURCE): Define to get the pid_t
typedef from <unistd.h>.
Diffstat (limited to 'libgloss/m68k/sim-funcs.c')
-rw-r--r-- | libgloss/m68k/sim-funcs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgloss/m68k/sim-funcs.c b/libgloss/m68k/sim-funcs.c index a4b14ca1a..712c566b2 100644 --- a/libgloss/m68k/sim-funcs.c +++ b/libgloss/m68k/sim-funcs.c @@ -13,6 +13,7 @@ * they apply. */ +#define _XOPEN_SOURCE #include <unistd.h> int |