Changeset 1506 for trunk/src/emx/include/stdio.h
- Timestamp:
- Sep 15, 2004, 12:27:38 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/stdio.h
-
Property cvs2svn:cvs-rev
changed from
1.12
to1.13
r1505 r1506 1 /* stdio.h,v 1.13 2004/09/14 22:27:36 bird Exp */ 2 /** @file 3 * FreeBSD 5.1 4 * @changed bird: EMX isms + LIBC implementation specifics. 5 * @chagned bird: Made quite a few @todos on function which aren't implemented. 6 */ 7 1 8 /*- 2 9 * Copyright (c) 1990, 1993 … … 36 43 * @(#)stdio.h 8.5 (Berkeley) 4/29/95 37 44 * $FreeBSD: src/include/stdio.h,v 1.51 2003/01/13 08:41:47 tjr Exp $ 38 */39 40 /** @file41 * FreeBSD 5.142 * @changed bird: EMX isms + LIBC implementation specifics.43 * @chagned bird: Made quite a few @todos on function which aren't implemented.44 45 */ 45 46 … … 503 504 #endif 504 505 505 #endif /* bird: Skip FreeBSD s epcific LIBC stuff. */506 #endif /* bird: Skip FreeBSD specific LIBC stuff. */ 506 507 507 508 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.