소스 검색

Added missing ssize_t

tags/v0.9.3
Michael Brown 18 년 전
부모
커밋
7a82c3eca3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      src/arch/i386/include/stdint.h

+ 1
- 0
src/arch/i386/include/stdint.h 파일 보기

@@ -2,6 +2,7 @@
2 2
 #define STDINT_H
3 3
 
4 4
 typedef unsigned long		size_t;
5
+typedef signed long		ssize_t;
5 6
 typedef signed long		off_t;
6 7
 
7 8
 typedef unsigned char		uint8_t;

Loading…
취소
저장