]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/linuxapp/eal/eal_alarm.c
doc: fix some doxygen comments
[dpdk.git] / lib / librte_eal / linuxapp / eal / eal_alarm.c
index f7d4e596750b547e1020cb086e8985549839b94a..f3d6e65ffe1be125d57819ff1378d3e8119f93c0 100644 (file)
@@ -1,7 +1,7 @@
 /*-
  *   BSD LICENSE
  * 
- *   Copyright(c) 2010-2013 Intel Corporation. All rights reserved.
+ *   Copyright(c) 2010-2014 Intel Corporation. All rights reserved.
  *   All rights reserved.
  * 
  *   Redistribution and use in source and binary forms, with or without
 #include <rte_spinlock.h>
 #include <eal_private.h>
 
+#ifndef        TFD_NONBLOCK
+#include <fcntl.h>
+#define        TFD_NONBLOCK    O_NONBLOCK
+#endif
+
 #define NS_PER_US 1000
 #define US_PER_MS 1000
 #define MS_PER_S 1000