diff options
Diffstat (limited to 'lang/gcl/files/patch-h_linux.h')
-rw-r--r-- | lang/gcl/files/patch-h_linux.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/lang/gcl/files/patch-h_linux.h b/lang/gcl/files/patch-h_linux.h deleted file mode 100644 index ca6193c2d244..000000000000 --- a/lang/gcl/files/patch-h_linux.h +++ /dev/null @@ -1,16 +0,0 @@ -Index: h/linux.h -=================================================================== -RCS file: /cvsroot/gcl/gcl/h/linux.h,v -retrieving revision 1.7.6.4 -diff -u -d -b -B -r1.7.6.4 linux.h ---- h/linux.h 3 May 2004 21:35:58 -0000 1.7.6.4 -+++ h/linux.h 19 Jul 2004 13:19:34 -0000 -@@ -138,8 +138,6 @@ - sprintf(command, "ld -d -S -N -x -A %s -T %x %s %s -o %s", \ - main,start,input,ldarg,output) - --#define SET_SESSION_ID() (setpgrp() ? -1 : 0) -- - #define CLEANUP_CODE \ - setbuf(stdin,0); \ - setbuf(stdout,0); |