linux.h (562894f0dc310f658284863ff329906e7737a0a0) | linux.h (308e194cbf6dddd38c87e8fef265910965dff37d) |
---|---|
1/*- 2 * Copyright (c) 1994-1996 Søren Schmidt 3 * Copyright (c) 2013 Dmitry Chagin 4 * Copyright (c) 2018 Turing Robotic Industries Inc. 5 * 6 * Redistribution and use in source and binary forms, with or without 7 * modification, are permitted provided that the following conditions 8 * are met: --- 50 unchanged lines hidden (view full) --- 59typedef l_long l_loff_t; 60typedef l_uint l_mode_t; 61typedef l_long l_off_t; 62typedef l_int l_pid_t; 63typedef l_ulong l_size_t; 64typedef l_long l_suseconds_t; 65typedef l_long l_time_t; 66typedef l_int l_timer_t; /* XXX */ | 1/*- 2 * Copyright (c) 1994-1996 Søren Schmidt 3 * Copyright (c) 2013 Dmitry Chagin 4 * Copyright (c) 2018 Turing Robotic Industries Inc. 5 * 6 * Redistribution and use in source and binary forms, with or without 7 * modification, are permitted provided that the following conditions 8 * are met: --- 50 unchanged lines hidden (view full) --- 59typedef l_long l_loff_t; 60typedef l_uint l_mode_t; 61typedef l_long l_off_t; 62typedef l_int l_pid_t; 63typedef l_ulong l_size_t; 64typedef l_long l_suseconds_t; 65typedef l_long l_time_t; 66typedef l_int l_timer_t; /* XXX */ |
67typedef l_int l_mqd_t; |
|
67typedef l_ulong l_fd_mask; 68 69typedef struct { 70 l_int val[2]; 71} l_fsid_t; 72 73typedef struct { 74 l_time_t tv_sec; --- 225 unchanged lines hidden --- | 68typedef l_ulong l_fd_mask; 69 70typedef struct { 71 l_int val[2]; 72} l_fsid_t; 73 74typedef struct { 75 l_time_t tv_sec; --- 225 unchanged lines hidden --- |