home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / lib / perl / 5.8.8 / gnu / stubs-32.ph next >
Encoding:
Text File  |  2006-07-07  |  1.5 KB  |  66 lines

  1. require '_h2ph_pre.ph';
  2.  
  3. no warnings 'redefine';
  4.  
  5. if(defined(&_LIBC)) {
  6.     die("Applications\ may\ not\ define\ the\ macro\ _LIBC");
  7. }
  8. unless(defined(&__stub___kernel_cosl)) {
  9.     sub __stub___kernel_cosl () {    1;}
  10. }
  11. unless(defined(&__stub___kernel_sinl)) {
  12.     sub __stub___kernel_sinl () {    1;}
  13. }
  14. unless(defined(&__stub___kernel_tanl)) {
  15.     sub __stub___kernel_tanl () {    1;}
  16. }
  17. unless(defined(&__stub_chflags)) {
  18.     sub __stub_chflags () {    1;}
  19. }
  20. unless(defined(&__stub_fattach)) {
  21.     sub __stub_fattach () {    1;}
  22. }
  23. unless(defined(&__stub_fchflags)) {
  24.     sub __stub_fchflags () {    1;}
  25. }
  26. unless(defined(&__stub_fdetach)) {
  27.     sub __stub_fdetach () {    1;}
  28. }
  29. unless(defined(&__stub_gtty)) {
  30.     sub __stub_gtty () {    1;}
  31. }
  32. unless(defined(&__stub_inotify_add_watch)) {
  33.     sub __stub_inotify_add_watch () {    1;}
  34. }
  35. unless(defined(&__stub_inotify_init)) {
  36.     sub __stub_inotify_init () {    1;}
  37. }
  38. unless(defined(&__stub_inotify_rm_watch)) {
  39.     sub __stub_inotify_rm_watch () {    1;}
  40. }
  41. unless(defined(&__stub_lchmod)) {
  42.     sub __stub_lchmod () {    1;}
  43. }
  44. unless(defined(&__stub_lutimes)) {
  45.     sub __stub_lutimes () {    1;}
  46. }
  47. unless(defined(&__stub_revoke)) {
  48.     sub __stub_revoke () {    1;}
  49. }
  50. unless(defined(&__stub_setlogin)) {
  51.     sub __stub_setlogin () {    1;}
  52. }
  53. unless(defined(&__stub_sigreturn)) {
  54.     sub __stub_sigreturn () {    1;}
  55. }
  56. unless(defined(&__stub_sstk)) {
  57.     sub __stub_sstk () {    1;}
  58. }
  59. unless(defined(&__stub_stty)) {
  60.     sub __stub_stty () {    1;}
  61. }
  62. unless(defined(&__stub_unshare)) {
  63.     sub __stub_unshare () {    1;}
  64. }
  65. 1;
  66.