Skip to content
Snippets Groups Projects
Commit 52192e1f authored by Andre Maroneze's avatar Andre Maroneze
Browse files

sync with frama-c/frama-c!2338

parent eb1d3603
No related branches found
No related tags found
No related merge requests found
......@@ -62,6 +62,10 @@ struct __fc_FILE {
};
typedef struct __fc_FILE FILE;
typedef int clockid_t;
struct timespec {
long tv_sec ;
long tv_nsec ;
};
typedef int pid_t;
typedef unsigned long sigset_t;
union sigval {
......@@ -99,10 +103,6 @@ struct tm {
int tm_yday ;
int tm_isdst ;
};
struct timespec {
long tv_sec ;
long tv_nsec ;
};
typedef char char_type;
typedef int char_type;
struct __shared_ref_base;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment