equal
deleted
inserted
replaced
8 LD_PRELOAD=`pwd`/libmy.so.1.0.1 |
8 LD_PRELOAD=`pwd`/libmy.so.1.0.1 |
9 |
9 |
10 the "hallo" should use the modified versions of the above |
10 the "hallo" should use the modified versions of the above |
11 funtions too. |
11 funtions too. |
12 |
12 |
13 The modification is visibable, as puts(3) prints an |
13 The modification is visable, as puts(3) prints an XML-like marker around |
14 extra string before the real output, and readdir(3) skips |
14 the real output, and readdir(3) skips any directory entry containing a |
15 any directory entry starting with 'M'. |
15 dot. |
16 |
16 |
17 No considerations done about race conditions and other nice things. |
17 No considerations are done about race conditions and other nice things. |
18 It is just an nice example… |
18 It is just an example… |
19 |
19 |
20 -- |
20 -- |
21 Heiko Schlittermann |
21 Heiko Schlittermann |