[hipl-commit] [trunk] Rev 4380: Move SOFILE definition to the only place it is used.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Wed, 21 Apr 2010 12:20:42 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 21/04/2010 at 12:20:42
Revision: 4380
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Move SOFILE definition to the only place it is used.

Modified:
  M  lib/opphip/wrap.c
  M  lib/opphip/wrap_db.h

=== modified file 'lib/opphip/wrap.c'
--- lib/opphip/wrap.c   2010-04-16 00:48:46 +0000
+++ lib/opphip/wrap.c   2010-04-21 09:20:19 +0000
@@ -35,6 +35,7 @@
 
 // used for dlsym_util
 #define NUMBER_OF_DLSYM_FUNCTIONS 17
+#define SOFILE "libc.so.6"
 
 /** List of wrapped socket calls. Some of them are not implemented which means
  * that not all networking applications are supported. Functions read() and

=== modified file 'lib/opphip/wrap_db.h'
--- lib/opphip/wrap_db.h        2010-04-21 09:17:52 +0000
+++ lib/opphip/wrap_db.h        2010-04-21 09:20:19 +0000
@@ -34,8 +34,6 @@
 
 typedef struct hip_opp_socket_entry hip_opp_socket_t;
 
-#define SOFILE "libc.so.6"
-
 void hip_init_socket_db(void);
 void hip_uninit_socket_db(void);
 void hip_socketdb_dump(void);

Other related posts:

  • » [hipl-commit] [trunk] Rev 4380: Move SOFILE definition to the only place it is used. - Diego Biurrun