소스 검색

- remove leftover from r13277

Bernhard Reutner-Fischer 15 년 전
부모
커밋
745a289aac
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      libc/sysdeps/linux/common/alarm.c

+ 0 - 1
libc/sysdeps/linux/common/alarm.c

@@ -13,7 +13,6 @@
 /* libc_hidden_proto(alarm) */
 
 #ifdef __NR_alarm
-#define __NR___alarm __NR_alarm
 _syscall1(unsigned int, alarm, unsigned int, seconds)
 #else
 #include <sys/time.h>