Changeset 85124a9 in mainline
- Timestamp:
- 2010-10-13T21:10:56Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f3b4051
- Parents:
- ff2a62d
- Location:
- uspace/lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/unistd.h
rff2a62d r85124a9 58 58 59 59 typedef uint32_t useconds_t; 60 typedef uint32_t mseconds_t; 60 61 61 62 extern int dup2(int oldfd, int newfd); -
uspace/lib/socket/include/icmp_api.h
rff2a62d r85124a9 41 41 #include <net/inet.h> 42 42 #include <sys/types.h> 43 #include <unistd.h> 43 44 44 45 #include <net_device.h> … … 48 49 #include <icmp_codes.h> 49 50 #include <icmp_common.h> 50 51 /** Miliseconds type definition.52 */53 typedef size_t mseconds_t;54 51 55 52 /** @name ICMP module application interface
Note:
See TracChangeset
for help on using the changeset viewer.