2
0
mirror of https://github.com/boostorg/thread.git synced 2026-02-09 11:32:12 +00:00

Third round of changes from the review.

[SVN r11109]
This commit is contained in:
William E. Kempf
2001-09-12 21:29:42 +00:00
parent 3410029cad
commit f64208ce7a
25 changed files with 153 additions and 169 deletions

View File

@@ -45,7 +45,7 @@ int xtime_get(struct xtime* xtp, int clock_type)
xtp->nsec = ts.tv_nsec;
return clock_type;
#else
return 0;
# error "xtime_get implementation undefined"
#endif
}
return 0;