OSDN Git Service

sigsetjmp()、ヒサネ、ヲ、ホ、マjmp_buf、ヌ、マ、ハ、ッ。「sigjmp_buf。」
authormogami <mogami@0568b783-4c39-0410-ac80-bf13821ea2a2>
Mon, 12 Jan 2004 15:04:58 +0000 (15:04 +0000)
committermogami <mogami@0568b783-4c39-0410-ac80-bf13821ea2a2>
Mon, 12 Jan 2004 15:04:58 +0000 (15:04 +0000)
src/inet.c

index 69c2217..ee45768 100644 (file)
@@ -223,7 +223,7 @@ int soc_write_str(int sd, char *buf)
 #endif
 
 #if !defined(WINDOWS) && !defined(MACINTOSH)
-static jmp_buf env;
+static sigjmp_buf      env;
 static void (*sig_int_saved)(int);
 static void (*sig_alm_saved)(int);
 #endif